Just go online, there are some pdf readers in android, namely.
Android PDF Viewer VuDroid droidreader Android-PDF APDFViewer I think most of them are using JNI (in native C loading, C ++ library) to render a pdf file. So you should know how JNI works.
Or If you want to create your own PDF reader, you can use any third-party C, C ++ library to render the PDF file, and also create a shared library and call from your Android application (using JNI), but for hard work ( I know that this process has passed) .. :-) All the best ..!
source share