" Live as if you were to die tomorrow. Learn as if you were to live forever.. "
- Mahatma Gandhi

Create Option Menu Using List in a dialog in J2ME

Posted on November 23rd, 2015 by Shailendra Singh

In mobile application development, modern platforms such as Android,iPhone, Blackberry etc, provide capability to easily use a Menu Bar but if we were to take a more traditional programming approach, such as J2ME, it becomes difficult as there are no inbuilt Menu Bars. However, we can use a dialog box and give the look and […]