A. Introduction
Alien Wallpaper Reward Ads Edition is source code for creating wallpaper apps with locked image items that can be unlocked with coins or watching video ads.
1. Technology Use:
- Java Programming
- Json Format
- Android Studio Bumblebee
- SDK 32 dan Androidx
- 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)
- Applovin mediation to FAN, Admob and Adcolony
- Admob mediation to Applovin, FAN
- Ironsource mediation to FAN
- Reward Ads with backup mode
- Native ads on listview
- Open Ads App for Admob
- Intertitial with interval
- Free and Premium wallpaper with koin
- The latest GDPR configuration
- 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 mode usage
3. Support Files:
- Images (*.jpg, *.jpeg, *.png dan *.webp)
- Json
4. Update:
11 April 2022 (Version 2.2)
- Alien Ads SDK Uranus-14
- New SDK 32
- Native Ads on listview for Admob and Applovin Max
9 Desember 2021 (Version 2.1)
- Fixed bugs Reward Ads
- Replace MainActivity.java
- Replace config_network.xml on res-xml for cleartext atention
21 November 2021 (Version 2.0)
- Android Studio Artic Fox
- Android SDK 31
- Alien SDk Ads Jupiter-06
B. Guide Wallpaper
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 Wallpaper
a. Wallpaper 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, wallpaper and json data are stored in the asset folder.
- ON_OFF_DATA = 1 is online mode, wallpaper and json data must be stored on the internet.
- if uses online mode please upload wallpaper_reward.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/wallreward/wallpaper_reward.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 Wallpaper/Data
- id : Fill in by number, starting from 0, and so on.
- name_category : Category Title
- 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. - coins : Fill with number for coin reward, ex 1000
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.
No comments found for this product. Be the first to comment!