GPS Current Location of the Device

This android tutorial is to help learn location based service in android platform. Knowing the current location in an android mobile will pave the

Simple Rotate Animation in ANdroid using XML

It is very common that you have seen some simple animations in most of the applications in Android.

Drawing the 3D piechart Using Google chart Api

Google provides the api for drawing the 3d piechart by just providing simple parameters

Use Progaurd to secure your code in APK file from getting reverse engineered

Do you know an android Apk can be completley reverse enginnered to get all source code from it As the use of the mobile is getting more day by

Show Google Play App rater To Busy user

package com.shir60bhushan.excelContacts.About_N_Help; import com.shir60bhushan.excelContacts.R; import android.app.Dialog; import android.content.Context; import

Generating MD5 hash and Map Api key

RUN COMMAND PROMPT AS ADMINISTRATOR. 1.Locate your debug.keystore file "C:\Users\bhushan\.android\debug.keystore" 2.Locate

Android Phone Secret Codes

Hello Friends These are some of the interesting Android phone's secret codes which gives you system ,firmware,hardware,network etc related information Android

creating the simple button selector in android

Step 1: Create an XML in the drawable folder and name it selected_item.xml (or any another name you want but to be suggestive). The code in this

Use Alarm service Using the Alarm Manager

AlarmManager class provides access to the system alarm services. These allow you to schedule your application to be run at some point in the

Prompt user to Rate App on Google play from Application

package com.shir60bhushan.excelContacts.About_N_Help; import com.shir60bhushan.excelContacts.R; import

Android Sqlite Database From Assets

1. Make the SQLite database file. 
If you don't have a sqlite manager I recommend you to download the opensource SQLite Database Browser available