I am building an app for viewing pdf file. I could build MuPDF library.
I want my app to open only pdf files which I will keep in /assets folder. Source code supplied comes with code which reads file from SD card. I want to read and display files supplied with app (either in /assets or /raw folder whichever is viable)
I am new to NDK. Please guide me.