Difference between revisions of "Android 4 App Development Essentials"
From Techotopia
Line 4: | Line 4: | ||
= Table of Contents = | = Table of Contents = | ||
+ | |||
+ | # [[Setting up an Android Development Environment]] | ||
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]] | # [[Using the Android GridLayout Manager in the Graphical Layout Tool]] |
Revision as of 14:04, 26 June 2013
<google>BUY_ANDROID</google>
Table of Contents
- Using the Android GridLayout Manager in the Graphical Layout Tool
- Introducing the Android GridLayout and Space Classes
- The GridLayout Example
- Creating the GridLayout Project
- Creating the GridLayout Instance
- An Overview of the GridLayout in the Graphical Layout Tool
- Adding Views to GridLayout Cells
- Implementing Cell Row and Column Spanning
- Changing the Gravity of a GridLayout Child
- Working with the Android GridLayout in XML Layout Resources
- An Android Master/Detail Flow Tutorial