Resolved : How to change package name of an Android Application
If you upload your android application and google play deny by saying package already exist. Don’t worry it’s easy to…
If you upload your android application and google play deny by saying package already exist. Don’t worry it’s easy to…
First of all you need to supply external font to your application generally it’s kruti ttf or vigyapti-hindi ttf files.…
First solutionc can be regenerate R.java file. Try following : Eclipse -> Project -> Clean Sometimes during building, the R.java…
If you want to add background image to any activity then use following code. and to apply background to whole…
adb install command installs the application in emulator. Following are the options available with adb install command adb install -…
Are you n00b in android development and uploading your first application?? Yes this error will surely come that com.phonegap package…
By default your android application may not have access to use internet. and you can use internet from your machine…
This error generally comes while installation of Android SDK on 64 bit OS. Solution : There are mainly two solutions…
Use the android:drawableLeft property on the EditText. Same way you can Use the android:drawableRight property on the EditText. Which will…
You can put Imagebutton in android development. For that you need to remember following 3 steps. Add Image to Resouce…