Get Unique deviceID in android? – Different Methods
Hello everyone.. I have shown one way to get the deviceID in android in this post. Here are some other ways by which you can get the unique device ID of an android device. First Method… String deviceId...
View ArticleHow to Check whether is GPS is enabled in your android device?
This simple code checks whether GPS in enabled in your android device or not. If the GPS is not enabled the user is redirected to the settings page. LocationManager service = (LocationManager)...
View ArticleHow to find location in Android using GPS?
This example helps you to find the location in Android using the GPS. I have commented out some functionality in the code. You can uncomment it and extend it at your wish. At first we will create a...
View ArticleHow to Create Preferences Settings in your app using Android Built-in...
There is often a settings page when we make our app and most of the people end up making it using their own UI. But interestingly Android provides API specific for building preferences using your own...
View Article