I'm looking for a way to display a pdf-file inside my activity. My plan is to display only some of the sites and hide the others... So i guess, it is not possible to use default pdf-readers with startActivity. Is there anything possible in android right now? Maybe a framework, which gives the opportunity to display pdf files inside the activity?
Thank you!
Sounds to me like you need a android/java pdf lib. Have a look at DroidText:
https://code.google.com/p/droidtext/
It has example test code which can be copied and pasted. I haven't tested it myself but you can find other apps which are already using it.