I3350 - Lab 3
I3350 - Lab 3
I3350 - Lab 3
Based on the following list: course (Info 400, Info 402, Info 403, Info 407, Info 409, Info
430, Info 433, Info 439)
Exercise 1
Create a new application named ListCours that allows selecting an item from the list
(ListView) and displaying it in a field (TextView)
Exercise 2
Based on the following list: course (Info 400, Info 402, Info 403, Info 407, Info 409, Info
430, Info 433, Info 439, Application Web, Application Java, Programmation Impérative
I, Programmation Impérative II, XML, PHP, HTML, XHTML)
Create a new application named AutoCompleteCours that allows entering one letter and
the application propose a list of courses that begin with this letter.
I3350 1
Dr. Ziad EL BALAA Semester 1
Exercise 3
Create an application GenerateListView that allows entering words and displays these
words in a ListView.
I3350 2
Dr. Ziad EL BALAA Semester 1
Exercise 4
Create an application SpinnerToList that allows select en item from a spinner and
displays the corresponding content in a ListView.
When we select an item from the Spinner List (L1, L2, L3, M1) the list of corresponding
courses is displayed in a ListView.
I3350 3
Dr. Ziad EL BALAA Semester 1
Exercise 5
Create an application ListToGrid that allows selecting items from the ListView and
displays them in a GridView.
When we click on the button “Show Selection”, the selected items of the ListView will
be displayed in a GridView.
I3350 4