Listview

Post on 21-Jun-2015

194 views 4 download

Tags:

description

National Mobile Application Awareness Development & Capacity Building Program (Android Slides)

Transcript of Listview

List Activity &

List view

1

Android application development

2

3

4

5

•Create a new Android Project with the Activity “MyList”•You do not Need to Change the default layout “main.xml”. Create the following activity.

6

7

8

9

10

11

12

13

14

Create the following class “MyArrayAdapter.java”

15

16

17

18

19

20

21

22

23

24

25

26