Android View Container by Mark Lassoff

video locked

About the Lecture

The lecture Android View Container by Mark Lassoff is from the course Android Development for Beginners. It contains the following chapters:

  • Table Layout
  • Table Row Elements
  • List View
  • Arguments

Author of lecture Android View Container

 Mark Lassoff

Mark Lassoff


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... ListView to the interface and make a local reference in the Java code. 3. Create a String array called months of the year and populate with the names of the months. 4. Create an ArrayAdapter object called adapter that uses the simple_list_item_I layout and ...