“Country Flags Quiz - Find The Words” Documentation by “ittus” v1.0


“Country Flags Quiz - Find The Words”

Created: 04/10/2015
By: ittus

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


Table of Contents


Which Eclipse version is needed? - top

Latest Eclipse version is recommended, which can be downloaded from here:
http://developer.android.com/sdk/index.html


How to open the project in Eclipse? - top

  1. Open Eclipse > Import > Android > "Existing Android Code into Worksplace" > Next
  2. Root Directory > Click Browse button & browse the project folder "Country Flags Quiz - Find The Words" > Select all 2 projects 'google play services', 'Country Flags Quiz - Find The Words'
  3. After sucessfully importing the app, Right Click 'Country Flags Quiz - Find The Words' project from Package Explorer > Properties > Java Build Path > Order and Export > Check on 'Android Private Libraries' > OK
  4. Then go to 'Project' Menu > Clean.. > Clean All Projects > OK
  5. Wait for few minutes until all errors are gone. Ignore any warning appears in 'Problems' tab.


How to change the package name? - top

You can change it easily from Eclipse. Here are the steps:


How to change app name? - top

  1. Open Eclipse > Country Flags Quiz - Find The Words > res > values > strings.xml
  2. Select 'strings.xml' tab next to 'Resources' tab
  3. Enter your app name inside "app_name" string tag:
    <string name="app_name">Country Flags Quiz - Find The Words</string>
This will change both title inside the app & app icon name.


How to change developer's name? - top

  1. Open Eclipse > Country Flags Quiz - Find The Words > res > values > strings.xml
  2. Select 'strings.xml' tab next to 'Resources' tab
  3. Enter your developer's name inside "devname" string tag:
    <string name="devname">vitcon</string>
This will change both title inside the app & app icon name.


How to change AdMob publisher id? - top

  1. Open Eclipse > Country Flags Quiz - Find The Words > res > values > ads.xml
  2. Replace old admob IDs by yours Admob ID in admob_banner_id(Banner Ads) and admob_interstitial_id(Interstitial Ads)


How to change App's Database? - top

  1. Open Eclipse > Country Flags Quiz - Find The Words > assets > GuessCountry.sqlite. You can use any SQLite Reader to edit this database, I use SQLitebrowser (http://sqlitebrowser.org/). It has Windows, Linux and Mac OS version
  2. Just drag and drop GuessCountry.sqlite to SQLiteBrowser to open
  3. Just drag and drop GuessCountry.sqlite to SQLiteBrowser to open
  4. On the top menu, choose Browse Data, choose Table Country, then you can edit/add/delete any data
  5. After delete, choose Write Change on top menu to save changes


Graphics - top

You will find all buttons & station image into assets, /res/drawable/ and /res/drawable-hdpi/ folder. Just create your own graphics and replace those files. Create seperate graphics of different device screen sizes & place them into other drawble folders (drawable-mdpi, drawable-ldpi & drawable-xhdpi) with same file name found at drawable-mdpi folder. Check here for more information: Devices and Displays & Supporting Multiple Screens.


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.


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.


Once again, thank you so much for purchasing this app. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. No guarantees, but I'll do my best to assist. If you have a more general question relating to the apps on CodeCanyon, you might consider visiting the "FAQ / Support" section and asking your question in the "Comments" section at CodeCanyon app detail page.

Go To Table of Contents