Difference between revisions of "Android 4 App Development Essentials"
From Techotopia
Line 19: | Line 19: | ||
#* [[Working with the Android GridLayout in XML Layout Resources|Declaring Cell Spanning, Gravity and Margins]]<br><br> | #* [[Working with the Android GridLayout in XML Layout Resources|Declaring Cell Spanning, Gravity and Margins]]<br><br> | ||
# [[An Android Master/Detail Flow Tutorial]] | # [[An Android Master/Detail Flow Tutorial]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|The Master/Detail Flow]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|Creating a Master/Detail Flow Activity]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|The Anatomy of the Master/Detail Flow Template]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|Modifying the Master/Detail Flow Template]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|Changing the Content Model]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|Changing the Detail Pane]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|Modifying the WebsiteDetailFragment Class]] | ||
+ | #* [[An Android Master/Detail Flow Tutorial|Adding Manifest Permissions]]<br><br> |
Revision as of 17:41, 5 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