“Real Cash & Rewards App” Documentation by “GetNetwok” v1.0


“Real Cash & Rewards App”

Created: 22/10/2016
By: GNS Ltd,
Email: info@gns.ma

Thank you for purchasing our code source. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Getting Started
  2. App Configuration
  3. Admob Configuratoin
  4. Super Sonic (Required)
  5. ADXMI (Required)
  6. Web Panel
  7. Build & Publish

A) Getting Started - top

Android Studio Project

Before starting to use Android Studio source code and developing app you need to first install the following softwares to your computer. If you have already installed these softwares you can skip this step.

  1. Install Java JDK
  2. Install Android Studio
  3. Now you should be able to open/edit the Android project and build APK

B) App Configuration - top

Configuration

This chapter describes how to configure the project to be ready for publishing. All these steps are very important!

1. Import

Unzip the package and import/open the project

2. Change Package Name

Rename all occurances of the package com.getnetwork.rewardsapp to you desired package Name ie., com.example.gns .
and here : change It to your package, Go to : Gradle Scripts -> build.gradle


3. Change Application Name

App Name: Go to res/values/ directory and edit strings.xml file.

To change App name: Enter the name in the below string.

<string name="app_name">Real Cash</string>

4. Create Launcher Icon

Replace ic_launcher_realcash.png file in mipmap-mdpi, mipmap-hdpi, mipmap-xhdpi, mipmap-xxhdpi directories. See Android Cheatsheet for Graphic Designers for correct launcher icon dimensions.

Replace yourlogohere.png file in drawable ,

Replace logoscreen.png file in drawable for splashscreen,