0

I want to make a android mobile app which have a list view as a book list and when i tap on a list view cell it's open that book as a pdf. I need to store all pdf file in my app as local file, as a result user don't need any internet connection for read that books. How it is possible? I am new in android development. Please help me for how can i do it. Thanks.

1 Answers1

0

Create directory named assets in your app and put your pdf files in that directory. use this to read and display pdf files.

Community
  • 1
  • 1
Nikhil
  • 3,711
  • 8
  • 32
  • 43