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..
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.