The following code snippet shows how to add zoom controls to Android MapView. We can achieve this by calling setBuiltInZoomControls(boolean) method. MapView…
Creating “Hello World!” Using Sencha Touch
Table of Contents 1. Creating the HTML (index.html) file 2. Creating the Application JavaScript File 3. Detailed Explanations for app.js…
How to execute J2ME Application from a batch File ?
C:\WTK2.5.2\bin\emulator.exe -Xdescriptor:TestDemo.jad -Xheapsize:2048000pauseexit
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…