android chapter 05 xml layouts

20
9/21/2009 1 5 Android Basic XML Layouts Victor Matos Cleveland State University Notes are based on: ' The Busy oder's Guide to Android Development by Mark L. Murphy Copyright © 20082009 CommonsWare,  LLC. ISBN: 9780981678009 & Android Developers  http://developer.android.com/index.html 5. Android  – UI   – Basic XML Layouts Basic XML Layouts Containers Declaring Layout Your layout is the architecture  for the user interface in an Activity. It defines the la out structure  and holds all the elements  that a ear to the user. You can declare your layout in two ways: 1. Declar e UI elements in XML. Android provides  a straightforward XML vocabulary  that corresponds  to the View classes and subclasses,  such as those for widgets and layouts. 2 2. Inst ant iate layout elements  at runtime. Your application  can create View and ViewGroup objects (and manipulate their properties)  programmatically. 

Upload: x-man

Post on 06-Apr-2018

232 views

Category:

Documents


0 download

TRANSCRIPT

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 1/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 2/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 3/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 4/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 5/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 6/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 7/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 8/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 9/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 10/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 11/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 12/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 13/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 14/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 15/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 16/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 17/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 18/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 19/20

8/3/2019 Android Chapter 05 XML Layouts

http://slidepdf.com/reader/full/android-chapter-05-xml-layouts 20/20