---
title: Build a smart J2ME mobile application tutorial Part 1
type: article
date: 2010-05-02
source: website
original_url: "https://navveenbalani.dev/index.php/articles/build-a-smart-j2me-mobile-application-tutorial-part-1/"
topics: ["mobile"]
legacy_categories: ["mobile-computing"]
tags: ["j2me", "j2me-tutorial", "mobile-computing", "mobile-tutorial"]
summary: 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…
draft: false
---

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 application. You learn how to work with the J2ME RMS, craft a MIDlet, and deploy the resulting application to a J2ME environment.
This tutorial of mine was first published by IBM developerWorks. All rights reserved by IBM and Author.
[Download the Tutorial](/images/2010/06/wi-smart-pdf.pdf)
[Download the Sample code for the Tutorial](/images/2010/06/wi-smartsource.zip)