How can i create a pdf view in android
问题 I have have uploaded pdf files and set it to the database Stored steps in Firebase Database and i have create a code to display in android and it works fine Displaying in listview i have create an intent to open in a new page and view the pdf in android public class ViewPdfFiles extends AppCompatActivity { private PDFView pdfView; private String url; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_view_pdf