- Posts: 814
- Thank you received: 65
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
Regarding implementaion SDK in android app
9 years 8 months ago #10876
by Davide
Replied by Davide on topic Regarding implementaion SDK in android app
Hi,
1. if you Clean the project this issue will disappear.
2. it's an Android Studio problem.
To remove it you have to:
- go to Android Studio settings
- search "lint"
- search "native" and mark it as warning (yellow) instead of error (red)
3. as written in the article I sent you before you have to change the applicationId to test the library in your sdk before buying the license :
Android Studio: build.gradle (Module: PDFReader or RDPDFReader) --> change applicationId "your package name" --> Clean project, to be able to test the professional and/or premium features.
1. if you Clean the project this issue will disappear.
2. it's an Android Studio problem.
To remove it you have to:
- go to Android Studio settings
- search "lint"
- search "native" and mark it as warning (yellow) instead of error (red)
3. as written in the article I sent you before you have to change the applicationId to test the library in your sdk before buying the license :
Android Studio: build.gradle (Module: PDFReader or RDPDFReader) --> change applicationId "your package name" --> Clean project, to be able to test the professional and/or premium features.
9 years 8 months ago - 9 years 8 months ago #10879
by tesweb
Replied by tesweb on topic Regarding implementaion SDK in android app
First of all thanks alot. Your given info is very useful for me.
I have change mLicenseType=2 then i got all features but one feature is disable. Please check it in screenshot.
How to show thumbnails of PDF pages at the bottom rather than page number at the bottom of activity??
and i want to know one thing that if we want any other additional feature in your SDK like read,share etc can you add that or not ??
I have change mLicenseType=2 then i got all features but one feature is disable. Please check it in screenshot.
How to show thumbnails of PDF pages at the bottom rather than page number at the bottom of activity??
and i want to know one thing that if we want any other additional feature in your SDK like read,share etc can you add that or not ??
Last edit: 9 years 8 months ago by tesweb.
9 years 8 months ago #10888
by nermeen
Replied by nermeen on topic Regarding implementaion SDK in android app
From the screenshot, the license is not activated correctly (the watermark is red) .. if the license is activated correctly the watermark will be blue and all the features will be enabled. (make sure that you have set all the correct parameters (licensetype, company, email and package name, the package name must be "com.radaee.reader").
To activate the thumbnail navigation mode, you need to m_controller.setNavigationMode(PDFViewController.NAVIGATION_THUMBS);
For the additional features, it depend on the feature itself..for example:
The share feature, is not implemented as its behavior is different based on the license type (you can share a link to the PDF, a page bitmap or the pdf itself) .. you can implement the feature and ask for support in case of problems.
If you then want to share your code with us, we will evaluate it and then decide if it can be integrated into our SDK or not.
To activate the thumbnail navigation mode, you need to m_controller.setNavigationMode(PDFViewController.NAVIGATION_THUMBS);
For the additional features, it depend on the feature itself..for example:
The share feature, is not implemented as its behavior is different based on the license type (you can share a link to the PDF, a page bitmap or the pdf itself) .. you can implement the feature and ask for support in case of problems.
If you then want to share your code with us, we will evaluate it and then decide if it can be integrated into our SDK or not.
9 years 8 months ago #10899
by tesweb
Replied by tesweb on topic Regarding implementaion SDK in android app
Hi Nermeen,
Thanks alot for above precious help.
Right now i have not buy licence. Can you tell me how much cost will take to buy licence for IOS as well Android app.??
Thanks alot for above precious help.
Right now i have not buy licence. Can you tell me how much cost will take to buy licence for IOS as well Android app.??
9 years 8 months ago #10900
by nermeen
Replied by nermeen on topic Regarding implementaion SDK in android app
It depends on the license type.
I suggest you to take a look at www.radaeepdf.com/ecommerce/technical-specification
I suggest you to take a look at www.radaeepdf.com/ecommerce/technical-specification
9 years 8 months ago - 9 years 8 months ago #10928
by tesweb
Replied by tesweb on topic Regarding implementaion SDK in android app
Hi,
First of all Thanks alot for your help.
I want to remove "AvailMem:" text in android SDK. From where i can remove this??
I have attach screenshot for more clarification.Please check that.
First of all Thanks alot for your help.
I want to remove "AvailMem:" text in android SDK. From where i can remove this??
I have attach screenshot for more clarification.Please check that.
Last edit: 9 years 8 months ago by tesweb.
Time to create page: 0.394 seconds