↧
How to simulate an incoming call to an emulator OR Send an SMS to an emulator...
Hello everyone…… Of course for the above question there are other ways to do it. This is one simple method Start two emulators and call each other, but the problem is it will be time consuming and...
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 Article