There is a pdf viewer stock app that comes on all Android phones.
Read moreHow can I view PDF in android programmatically?
All you need to do is just put WebView in your layout and load the desired URL by using the webView. loadUrl() function. Now, run the application on your mobile phone and the PDF will be displayed on the screen.17 Haz 2019
Read moreHow do I open a PDF from URL on Android?
Step by Step Implementation
Read more