tags:

views:

189

answers:

1

I want to implement PDF viewer in my android application. My application has option of reading some document and i want to open those doc in PDF by default. My application .apk is ready and I have PDF viewer apk with me . What I want is to merge these 2 apk into a single project ? Can anyone help me.This will be really helpful.

Thanks in advance.

Regarda, Praween

+2  A: 

If you don't have the code for both projects it's not really possible to merge them into a single project. You can call the PDF Viewer from your application using Intents.

CaseyB