I'm new at android. Im trying to open pdf file in Google doc viewer in android app through url from localhost. But google viewer show " No Preview Available " while url working fine on browser. Is google viewer can't work on localhost url or there is an error.?

Google Doc viewer works with the sites that are available online. Instead Use this method:
Import Libraries:
implementation 'com.github.barteksc:android-pdf-viewer:2.8.2' implementation 'com.github.kk121:File-Loader:1.2' implementation 'com.karumi:dexter:5.0.0'andIn main.xml:
onCreate:
In AndroidManifest.xml: