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.
Android development: How can i store pdf file in a android app as local file and read that pdf file?
Asked
Active
Viewed 2,091 times
0

Shuvo Karmakar
- 11
- 3
1 Answers
0
Create directory named assets
in your app and put your pdf
files in that directory. use this to read and display pdf files.
-
Thanks :)) . Now i understand what should i do. – Shuvo Karmakar Sep 08 '16 at 13:02
-
@ShuvoKarmakar please accept my answer if that helped you :) – Nikhil Sep 08 '16 at 13:03