Quantcast
Channel: Settings – CoderzHeaven
Browsing latest articles
Browse All 4 View Live

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 Article


Image may be NSFW.
Clik here to view.

How 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 Article


How 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 Article

Image may be NSFW.
Clik here to view.

How 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
Browsing latest articles
Browse All 4 View Live