How to load a .pdf or a .doc file in android -


I want to show a PDF (preferably) or a word document in my app; There are many apps like a privacy notice screen, so it should be possible I tried to load a simple text file as a beginner, but does not provide formatting, fonts or trademark marks. I have gone through some posts but I could not apply it to my app. Can anyone tell me how it is done? Can I place the file elsewhere in the file and provide a path to open it through my code? I looked at the following link, but I'm not sure that this is the right approach in my case.

Android does not support the opening of PDF and DOS files originally, you have to implement your own Will happen.

As T. mm 13b said, you should use HTML (+ CSS) instead and use a webview.

Comments