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..
If your app has already downloaded books, then you need a ListView to display them.
If, however, the problem is both in saving and listing, you should read the dev guide, esp about using File and getExternalFileDir.