I want to create a PDF viewer in Android..
So is it possible to do it? If yes, can anyone suggest me some sample code or guide.
I want to create a PDF viewer in Android..
So is it possible to do it? If yes, can anyone suggest me some sample code or guide.
Just go through these links, its about code for reading PDF in android..
EDIT: I think most of these are use JNI(In native load C,C++ library) to render pdf file. So You have to some basic knowledge of how JNI works.
Or If you want to make your own PDF reader then you can use any third party C,C++ library for render PDF file and build a shared library and make a call from your android app (Using JNI) but is to hard work(I know I gone through this process).. :-) All the best..!
Yes It's possible. Adobe have made one. Start with open source projects. You can make android port of some C(++) app or Java app.
I am working on pdf project only.download the whole source code from above mentioned links and try it else tel the mail id so that i can send the source codedirectly to you.
Qoppa has a PDF viewer written in Android