Responsive Ads Here

Wednesday, April 27, 2016

Connect Dots Android Game

    Which Eclipse version is needed? 

    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? 

    1. Open Eclipse > Import > Connect Dots > "Existing Connect Dots Code into Worksplace" > Next
    2. Root Directory > Click Browse button & browse the project folder > Select projects Connect Dots and google-play-services_lib
    3. Then go to 'Project' Menu > Clean.. > Clean All Projects > OK
    4. Wait for few minutes until all errors are gone.

    How to change the package name?

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

    • Right Cilck 'Connect Dots ' project from Package Explorer > Android Tools > Rename Application Package > Finish.
    • Refactroing dailog present and click Finish
    • Package Name Changed in AndroidMainfest.xml but not in Application Package hierarchy so select Package name Right Click > Go to Refactor > Rename >Enter Package Name > Finish

    How to change app name?

    1. Open Eclipse >Connect Dots> 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">Connect Dots</string>
    4. if you want change Project name also then >Right Cilck 'Connect Dots' project from Package Explorer >Refactor > Rename >Enter Application Name > Finish
    This will change both title inside the app & app icon name.

    How to Add Images and make json File ? 

    1. Open Eclipse >Connect Dots> asset > tasks.json > open this file
    2. Now we make images co-ordinate in photoshop and put in json file
    3. First of all you put images in photoshop
    4. Now you can draw all point you want to in images
    5. Now you can consider point x-y co-ordinate and put in json file see images
    6. All Iamges Sound Put in raw(select project>res>raw open this file and paste all sounds) File
    7. How to change AdMob publisher id? 

      1. Open Eclipse > Connect Dots > res > values > strings.xml
      2. Select 'strings.xml' tab next to 'Resources' tab
      3. Enter your AdMob publisher id inside "admob_publisher_id" string tag:
        <string name="admob_publisher_id">Your AdMob ID Here</string>

      How to change StartApp Ad Id/Developer Id? 

      1. Open Eclipse >Connect Dots> res > values > strings.xml
      2. Select 'strings.xml' tab next to 'Resources' tab
      3. Enter your StartApp Application id inside "startapp_app_id" string tag:
        <string name="startapp_app_id">Your StartApp Application ID</string>
      4. Enter your StartApp Developer id inside "startapp_dev_id" string tag:
        <string name="startapp_dev_id">Your StartApp Developer ID</string>
      5. Open AndroidMainfiest.xml > Change in Startapp Code

      How to change 'About' section? 

      1. Go to: Eclipse > Connect Dots > assets >index.html
      2. Right click index.html > Open With > Text Editor
      3. It will open into a text editor inside Eclipse, make your necessary changes & save

      How to change 'Splash Screen,Application Icon and More App Link' ?

      How To Change Application Icon
      1. Open Eclipse >Connect Dots > res > drawable-mdpi > app_icon.png
      2. Rename your icon with app_icon.png and paste in drawable-mdpi folder
      3. Rename your splash screen image name and paste in drawable-mdpi folder
      How To Change More App Link
      1. Open Eclipse > News Application > res >values > strings.xml
      2. Enter your Play Store Apps Link inside "play_more_apps" string tag:
        <string name="play_more_apps">Your Application Url</string>

      Graphics 

      You will find all image into /res/drawable-mdpi/,/res/drawable-hdpi/,/res/drawable-xhdpi/ 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-hdpi & drawable-xhdpi) with same file name found at drawable-mdpi folder. Check here for more information: Devices and Displays & Supporting Multiple Screens.

      App Showcase 

      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 

      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.
      Link Dowload :
      1. Apk File
       Connet Dots Apk File
      2. Source Code
        Connet Dots Source Code

No comments:

Post a Comment