You can experience various stages of the game and cool obstacles
Just with simple left and right manipulations and touch gestures!!

[How to play]
– Move the alien jumper to the left/right.
– Avoid various obstacles and land on different bases .
– The game is over if you fall from a base.

Table of Contents

  1. File Structure
  2. Drawable Resource
  3. String
  4. Admob
  5. Change game’s skin
  6. Change sounds

A) File Structure – top

Android projects are the projects that eventually get built into an .apk file that you install onto a device. They contain things such as application source code and resource files. Some are generated for you by default, while others should be created if required. The following directories and files comprise an Android project:
src/

    Contains stub Activity file. All other source code files go here as well.



bin/

    Output directory of the build. This is where you can find the final .apk file and other compiled resources.
    


assets/

    Store raw asset files. Files that you save here are compiled into an .apk file as-is, and the original filename is preserved. In this game, this directory stores fonts, images, sounds.



AndroidManifest.xml

    The control file that describes the nature of the application and each of its components. For instance, it describes: certain qualities about the activities, services, intent receivers, and content providers; what permissions are requested; what external libraries are needed; what device features are required, what API Levels are supported or required; and others


B) Drawable Resource – top

C) String Resources – top

All String Resource are store in res/values/string.xml files
If you want to change the Application’name, you can change  bouncing bird in string app_name to anything you want. 

D) Admob – top

E) Change game’s Images (reskin) – top

images of the games is stored in > Assets > data > Atlases > atlas_ID101.png file
Please keep the file name so that application can work properly

F) Change sounds – top

Two sounds file are stored at > Assets > data > Sounds > You can freely change,edit the sounds. 

Cross AD and More Games – top

To change te banner in the first screen please go and put your own banner in “assetsdataatlases/atlas_ID101” and change the url of your banner here => Assets => PTModelObjectButtonUrl.0.attributes.xml and replace “https://play.google.com/store/apps/details?id=com.otmaji.guess.the.cartoon.quiz” with your own game link 
to change more game in the same file “PTModelObjectButtonUrl.0.attributes.xm” change “https://play.google.com/store/apps/developer?id=Otmaji+Quiz+%26+Trivia” with your own google play portfolio link

Rating – top

If you like our app, we will highly appreciate if you can provide us a rating of 5. You can rate us from your CodeCanyon Menu > Download page.

App Showcase – top

Once you will publish your app to Google Play or any other Android store, send us your app link. We will happy to showcase your app into our website & CodeCanyon page.
Once again, thank you so much for purchasing this theme. As I said at the beginning, I’d be glad to help you if you have any questions relating to this application. No guarantees, but I’ll do my best to assist.