- Posts: 69
- Thank you received: 0
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 ?
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
9 years 1 month ago #11796
by rachnasagar
How to show pdfnav.xml(PDFNavAct) file in my app ? was created 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.
I need to open this page in my app and work according to my app.
9 years 1 month ago - 9 years 1 month ago #11797
by Davide
Replied by Davide on topic How to show pdfnav.xml(PDFNavAct) file in my app ?
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?
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.
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
9 years 1 month ago #11799
by rachnasagar
Replied by rachnasagar on topic How to show pdfnav.xml(PDFNavAct) file in my app ?
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.
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.
9 years 1 month ago #11800
by Davide
Replied by Davide on topic How to show pdfnav.xml(PDFNavAct) file in my app ?
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
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
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
9 years 1 month ago #11802
by rachnasagar
Replied by rachnasagar on topic How to show pdfnav.xml(PDFNavAct) file in my app ?
How to call any activity of of my app in PDFNavAct. In which I have added this ViewLib as a library.
Time to create page: 0.412 seconds