The following articles of mine are some of the resources to get started on developing mobile applications.
A series of article for building J2ME applications.
Build Smart J2ME Apps Part 1 Build Smart J2ME Apps Part 2Using XHTML on Mobile devices
XHTML applications go mobileCreating XML Based Mobile applications using KXML2
Getting Started with KXML2 and J2MECreating Database driven mobile applications
Mobile database accessDeveloping mobile applications…
This tutorial shows you how to build a database application using J2ME Record Management System. You will also learn how to craft a MIDlet that performs the necessary logic of creating and accessing the DB2 database application and deploys it to a J2ME environment.
This tutorial of mine was first published by IBM developerWorks. All rights reserved by IBM and Author.
In this tutorial, you’ll learn how to deliver XHTML applications to XHTML-enabled mobile devices. We will develop a sample XHTML mobile application that posts requests to a Java servlet and receives responses in XHTML format. We’ll deploy and test the application using the Nokia Mobile Internet Toolkit. Developers who want to extend their Internet applications to wireless devices will want to read on and see how it’s done.
This tutorial…
This tutorial series shows how to build a mobile database application using the J2ME Record Management System and later synchronize it with a remote Cloudscape database. This is where you will also learn how to craft a MIDlet that performs the necessary logic for creating and accessing the database application and deploying it to a J2ME environment.
In this second tutorial, you’ll synchronize the order information stored in the J2ME…
This tutorial is the first in a two-part series designed as a step-by-step guide to building a smart J2ME mobile application. In this tutorial you learn how to build a simple mobile application for order placement. The example application uses the Java 2 Platform, Micro Edition (J2ME) record management system (J2ME RMS) to store order information and a MIDlet to perform the necessary logic of creating and accessing the database…