I have some PDF Files in assests and i want to open the pdf files without using 3rd party apps,
I have used PDFViewer and will not render properly sometimes and also is not working on some devices.
So i found in this link https://stackoverflow.com/questions/11027719/is-there-any-library-for-viewing-pdf-in-android-app-other-than-apv
He says "If you want to have the ability to both read and write pdf files. You can consider using DroidText Droidtext It is a port of iText java library for Android.
I have personally used it and seems good!"
So how use the jar file and implement in my app?