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

Saturday, July 7, 2012

Android Application for List Activity.

Question -5

Create an application that will pass some number to the next screen and on the next screen that number of items should be display in the list.






Step 1: Create New Project in Eclipse.

Step 2: Edit Main ListActivity xml file from res/layout folder of your project.

Step 3: Add New ListDisplay xml file to your res/layout folder of your project.

Step 4: Edit Main List Activity Java file from src/package/ folder of your project.

Step 5: Add New ListDisplay Java class file to your src/package/ folder of your project.


No comments:

Post a Comment