How to list my app downloads

前端 未结 3 1749
再見小時候
再見小時候 2021-01-28 16:51

I\'m working on books library in my android app... so I want to add a functionality that allows the user to view the books that he/she has downloaded by my app..

any ide

3条回答
  •  心在旅途
    2021-01-28 17:43

    One of the way to keep track is whenever a book is downloaded store the required data in database and retrive it whenever required or delete it from database if no required in future.

    Try this way.

提交回复
热议问题