|
|
|
SHOPPING LIST
GENERAL DETAILS
|
Application Name |
Shopping List |
|
Application Type |
MIDlet |
|
Developed in |
JAVA 2 Micro Edition |
|
Source code file(s) |
ShoppingItem.java ShppingDB.java ShoppingList.java |
|
Author |
Ritwik Kumar |
TECHNICAL DETAILS
|
Class File(s) |
ShoppingItem.class ShoppingDB.class ShoppingList.class |
|
Size of Manifest File |
201 Bytes |
|
Size of Jad File |
188 Bytes |
|
Size of Jar File |
3668 Bytes |
|
Images |
NA |
|
Sound files |
NA |
FUNCTIONAL DESCRIPTION
This is a MIDlet application meant to be run on small mobile devices. In this application user can store items in a list and refer this list while shopping, deleting and adding items, as the case may be. The list is stored using MIDP Record Management System or RMS.
The first file ShoppingItem.java simply describes the structure of item that has to be stored. The second one, ShoppingDB.java is the main file where all the functions used for interacting with RMS are defined. The final file, ShoppingList.java describes the interface with the user i.e. the lcdui components and calls functions defined in ShoppingDB.java.
The functionality of this MIDlet is to add and delete elements from the list and persistently store the list i.e. even after closing this MIDlet; the list can be populated again by again launching this MIDlet.
The structure of item is defined simply as
public String SItem;
OPERATIONAL DETAILS
Step I

Step II

Step III

Ritwik Kumar
DA-IICT, Gandhinagar
ritwik_kumar@da-iict.org