Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

How to show pdfnav.xml(PDFNavAct) file in my app ?

More
9 years 1 month ago #11796 by rachnasagar
As I have added your library in my app so when I am opening this activity PDFNavAct.java it open in new page and when I press back it close the app.

I need to open this page in my app and work according to my app.
More
9 years 1 month ago - 9 years 1 month ago #11797 by Davide
Hi,
in the PDFNavAct the navigation is handled by the two up buttons : the first refreshes the folder, the second redirects to the parent folder (if present) and this is the default behavior of the library, so when you tap the back button it closes the activity, but you can edit PDFNavAct as you want to fit your needs.
If this is not what you wanted, can you please better explain?
Last edit: 9 years 1 month ago by Davide.
More
9 years 1 month ago #11799 by rachnasagar
See I have my app and I have header there in which I will call all the activities from my app.
But PDFNavAct.java is the activity in ViewLib ... So how could I call it in my app.
It opens the activity when i call it.
More
9 years 1 month ago #11800 by Davide
Hi,
I suggest you to look at MainActivity.java from RDPDFReader module, here you will find all the calls to the project activities.
In your own project make sure to have declared the PDFNavAct in the manifest.
This guide maybe will help you : www.radaeepdf.com/support/knowledge-base...component&kbartid=41
More
9 years 1 month ago #11802 by rachnasagar
How to call any activity of of my app in PDFNavAct. In which I have added this ViewLib as a library.
More
9 years 1 month ago #11803 by Davide
Hi,
you can call any activity using Android standard methods like : startActivity(yourIntent)
Time to create page: 0.412 seconds
Powered by Kunena Forum