Colleagues. I have a question about programming for Android, see if you guys can help me. I'm developing an APP that needs to open some PDF files that should come along with the application.
The idea is to call an Intent to open these PDF files by the Android native PDF reader itself. In what folder (inside the directory res) I put these files? How do I open the PdF with the path of this file?
Any suggestions or ideas on how I can do this?