The following code snippet shows how to add zoom controls to Android MapView. We can achieve this by calling setBuiltInZoomControls(boolean) method. MapView…
How to access accelerometer in Android
The following code snippet will help you with the basic understanding of how to set up the Android accelerometer and…
How to create a background service in Android
To create a background service, first you need to add the service into your manifest file. Then, create a class…
Android Developer Days 2015 Waits You
Preparations for Android Developer Days 2015 continue. In addition to talks made by experts on their fields, there will be…
Tips for J2ME Game devlopers
Here are the general tips/goals that are necessary to be understood while developing J2ME Games. Recommendations Full Screen – Most screens…