How to list my app downloads

前端 未结 3 1777
再見小時候
再見小時候 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:42

    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.

提交回复
热议问题