Anna University Regulation 2013 Information Technology (IT) IT6611 MAD LAB Manual for all experiments is provided below. Download link for IT 6th SEM IT6611 Mobile App Development Laboratory Manual is listed down for students to make perfect utilization and score maximum marks with our study materials.
Anna University Regulation 2013 Information Technology (IT) 6th SEM IT6611 MOBILE APP DEVELOPMENT Lab-Mobile App Development Laboratory Manual
Objective:
In this lab, a student is expected to design, implement, document and present a mobile client/server system using standard Java and Java 2 Micro Edition (J2ME) platform. Specifically it is required to design and implement a system that consists mainly of a mobile client (MC) and a Proxy Server (PS). MC will be written in J2ME, MIDP 2.0, while PS will be written in standard Java. It is necessary to use a mobile phone emulator to develop and demonstrate the experiments.
It may be necessary to use other components or existing resources (servers) as needed. For instance a database local to PS or a web service available on the Internet that can be invoked by the PS.
Week – 1: Installation of Java Wireless Toolkit (J2ME)
1) If the Java Development Kit (JDK) is not theory only having the Java Runtime Environment (JRE) installed, install the latest JDK from http://java.sun.com/javase/downloads/index.jsp. Current stable release of Java is JDK 6 Update 7 but check the web page in case there are newer non-beta releases available.
2) Next, download the Java Wireless Toolkit (formerly called J2ME Wireless Toolkit) from: http://java.sun.com/products/sjwtoolkit/download.html.
3) Run the installer (for example, for Windows it is: sun_java_wireless_toolkit- 2_5_2- windows.exe). The installer checks whether a compatible Java environment has been preinstalled. If not, it is necessary to uninstall old versions of Java and perform Step 1 again. Once after successful installation of Java and the tool kit compile this program and run the following program in the toolkit.
Steps to run this program in toolkit:
Start -> All Programs -> Sun Java Tool Kit -> Wireless Tool Kit
Click New Project – Enter Project Name -> Enter Class Name -> Click on Create Project.
Choose appropriate API Selection and Configurations.
Place Java Source file in WTK2.1 / WTK2.2\apps\projectname\src
Build the Project.
Run the Project.
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
public class HelloWorld extends MIDlet{
private Form form;
private Display display;
public HelloWorld(){
super();
}
public void startApp(){
form = new Form(“Hello World”);
String msg = “Hello World!!!!!!!”;
form.append(msg);
display = Display.getDisplay(this);
display.setCurrent(form);
}
public void pauseApp(){}
public void destroyApp(boolean unconditional){
notifyDestroyed();
} }
Week – 2 Working with J2ME Features:
Working with J2ME Features: Say, creating a Hello World program Experiment with the most basic features and mobile application interaction concepts (lists, text boxes, buttons, radio boxes, soft buttons, graphics, etc)
2.1 Create a program which creates to following kind of menu.
* cut * copy * past
* delete * select all * unselect all
IT6611 MAD Lab Manual with all experiments – Download Here
If you require any other notes/study materials, you can comment in the below section.
Related Links
For IT6611 MAD Lab Syllabus – Click here
Search Terms
Anna University 6th SEM IT MAD LAB Manual
IT6611 Mobile App Development Laboratory Manual free download
Anna University IT MAD LAB Manual Regulation 2013
IT6611 Manual, MAD LAB experiment wise Manual – IT 6th Semester