A. Introduction
Premium guide is source code to make guide application/tutorial. It is appropriate to be made in multi keywords such as game guide, news app, A-Z Tutorial, step by step guide, food recipe, etc with html, pdf, video and id youtube for assets.
1. Technology Use:
- Java Programming
- Json Format
- Html Format
- Android Studio Bumblebee
- Aliendroid SDK Ads
- Sublime Text/Notepad++
2. 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
- Ads Type : Native, Intertitial, Banner and Open App
- Suport file Html, all video format, youtube link, and pdf online.
- Auto detect format text HTML or extension *.html
- The latest GDPR configuration
- On off category and more app
- Redirect App Module to handle suspended application
- More App Module with listview design
- Data using by online and offline mode which is stored in json format
- In App Update and In App Review Module
- Switch ads and backup ads for all Ads Network
3. Support Files:
- All file for HTML Formating
- Json
4. Update
Version 1.1 03 Mar 2022
- Replace ui-MainActivity.java
- Add res-menu-menu_search_main.xml
- Add drawable-ic_baseline_search_24_black.xml
B. Reskin SC Guide
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 Guide
a. Html, pdf, video,id youtube and image 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, image, html and json data are stored in the asset folder.
- ON_OFF_DATA = 1 is online mode, json, Html, pdf, video,id youtube and image data must be stored on the internet.
- if uses online mode please upload guide_online_v6.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/premiumguide/premium_guide.json
b. Format Json Categories
- id : Fill in by number, starting from 0, and so on.
- name_category : Title Category
- image : 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.
c. Format Json Data
- id : Fill in by number, starting from 0, and so on.
- name_category : Category Title
- title : Guide Title
- type_file : HTML, PDF, VIDEO and YOUTUBE
- image : 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. - description : description which will be displayed on guide list
- link : See the writing example. according to the source code version. Please open folder asset - guide_offline.json
d. Format Json More
- id : Fill in by number, starting from 0, and so on.
- title : Wallpaper Title
- image : 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. - link : Application link is located in 1 Google Play Console Account or free.
4. Configure the API Key
Please create a project on Google Console and activate Youtube Api.
https://developers.google.com/youtube/v3/getting-started
Save YouTube Api to API_KEY on SettingsAlien.java
No reviews found.
No comments found for this product. Be the first to comment!