A. Introduction
is source code to make guide application/tutorial with *.pdf format. It is appropriate to be made in multi keywords such as game guide, A-Z Tutorial, step by step guide, food recipe, etc.
Technology Use:
- Java Programming
- Json Format
- Android Studio Arctic Fox 2020.3.1
- SDK 32 dan Androidx
- Aliendroid SDK Ads
- Sublime Text/Notepad++
Features:
- It uses 8 advertisements with switch and Backup Ads system (Admob, Facebook, Google ads Manager, Unity, Applovin Max, Applovin Discovery, Iron and StartApp)
- Open Bidding Meta Audience Network : Iron, Applovin Max, Unity and Admob
- Open Mediasi Admob : Iron, Applovin Max, Meta and Unity
- Open Mediasi Unity : Iron, Applovin Max, Meta and Admob
- Using Pdf Format
- Online and Offline Data Pdf
- Scroll Horizontal
- The latest GDPR configuration
- Redirect App Module to handle suspended application
- In App Update and In App Review Module
- Switch ads and backup ads mode usage for All Ads Networks
- Protect apps from Apkpure, ApkMirror, AptoIde, getjar etc. Use this protection if you use Admob ads or restrict installation outside the Playstore.
Support Files:
- Document (*.pdf)
- Json
B. Guide PDF Viewer
1. Basic Reskin
This Basic Reskin is applicable for all source codes from Aliendroid or from other developers (codecanyon, codester, github, etc). Open link https://aliendro.id/blog/reskin-sc/basic-reskin-for-source-code-android-studio
2. Global Setting
Global settings for SC Aliendroid (firebase, alien sdk ads, json ads, etc). Open Link https://aliendro.id/blog/reskin-sc/global-settings-for-source-code-aliendroid
3. Data PDF
a. Pdf and Json data uses two storage methods (offline and online) using json. Open SettingAlien.java to change mode offline or online
- ON_OFF_DATA = 0 is offline mode, pdf and json data are stored in the asset folder.
- ON_OFF_DATA = 1 is online mode, Pdf and json data must be stored on the internet.
- if uses online mode please upload PDF.json to your hosting (can uses firebase, google drive, raw github, etc) and fill URL_JSON on SettingAlien.java
- example https://aliendro.id/uploads/demo/multypdf/PDF.json
b. Format Json Book
- book_id : Fill in by number, starting from 0, and so on.
- book_name : Book name
- url_book ; Pdf link can be retrieved from Asset folder or website/ URL, depending the mode (online/ offline) will be used.
Offline : pdf/namafile.pdf
Online : https://aliendro.id/namefile.pdf - url_cover_book : Image link can be retrieved from Asset folder or website/ URL, depending the mode (online/ offline) will be used.
Offline : file:///android_asset/namafile.jpeg
Online : https://aliendro.id/namafile.png
Image extension which can be used are *.jpg, *.jpeg, *.png, *.webp, and *.gif. - short_description : Book description
c. Format Json Chapter
- book_id : Fill in by number, starting from 0, and so on.
- chapter_title : Chapter name
- page_no : Number for chapter (0,1, etc)
No comments found for this product. Be the first to comment!