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…
You can use following regular expressions to validate email function validateEmail(email) { var re = /^((\\.,;:\s@\”]+(\.\\.,;:\s@\”]+)*)|(\ “.+\”))@((\{1,3}\.{1,3}\.{1,3}\.{1,3}\])|((+\.)+{2,}))$/; return re.test(email); }
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…
By Default Windows 7 Home Basic and Premium versions doesn’t support Remote Desktop. But you can make it work with…
Many Confusions while calling procedure from your asp.net. Generally it’s because less practice of using oracle with .Net code. Following…