...::: Recent Updates :::...

Showing posts with label To understand Activity. Show all posts
Showing posts with label To understand Activity. Show all posts

Saturday, July 7, 2012

Android Application to understand Activity - Intent



Question -2

To understand Activity, Intent
a. Create sample application with login module.(Check username and password)
b. On successful login, go to next screen. And on failing login, alert user using Toast.
c. Also pass username to next screen



Step 1: Create New Project in eclipse 
Step 2: Edit main activity layout xml file.


Step 3: Add new layout xml file sucess.xml in res/layout folder.


Step 4: Edit Main Activity Java File from src/package/MainActivity.java



Step 5: Add new Java file in src/package/sucess.java