Difference between revisions of "Android 4 App Development Essentials"
From Techotopia
Line 23: | Line 23: | ||
#* [[Introduction to Android 4.2 App Development Essentials|Errata]]<br><br> | #* [[Introduction to Android 4.2 App Development Essentials|Errata]]<br><br> | ||
# [[Setting up an Android Development Environment]] | # [[Setting up an Android Development Environment]] | ||
− | + | #* [[Setting up an Android Development Environment|System Requirements]] | |
+ | #* [[Setting up an Android Development Environment|Installing the Java Development Kit (JDK)]] | ||
+ | #* [[Setting up an Android Development Environment|Windows JDK Installation]] | ||
+ | #* [[Setting up an Android Development Environment|Mac OS X JDK Installation]] | ||
+ | #* [[Setting up an Android Development Environment|Linux JDK Installation]] | ||
+ | #* [[Setting up an Android Development Environment|Downloading the Android Developer Tools (ADT) Bundle]] | ||
+ | #* [[Setting up an Android Development Environment|Installing the ADT Bundle]] | ||
+ | #* [[Setting up an Android Development Environment|Installation on Windows]] | ||
+ | #* [[Setting up an Android Development Environment|Installation on Mac OS X]] | ||
+ | #* [[Setting up an Android Development Environment|Installation on Linux]] | ||
+ | #* [[Setting up an Android Development Environment|Installing the Latest Android SDK Packages]] | ||
+ | #* [[Setting up an Android Development Environment|Making the Android SDK Tools Command-line Accessible]] | ||
+ | #* [[Setting up an Android Development Environment|Windows 7]] | ||
+ | #* [[Setting up an Android Development Environment|Windows 8]] | ||
+ | #* [[Setting up an Android Development Environment|Linux]] | ||
+ | #* [[Setting up an Android Development Environment|Mac OS X]] | ||
+ | #* [[Setting up an Android Development Environment|Updating the ADT]] | ||
+ | #* [[Setting up an Android Development Environment|Adding the ADT Plugin to an Existing Eclipse Integration]]<br><br> | ||
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]] | # [[Using the Android GridLayout Manager in the Graphical Layout Tool]] | ||
#* [[Using the Android GridLayout Manager in the Graphical Layout Tool|Introducing the Android GridLayout and Space Classes]] | #* [[Using the Android GridLayout Manager in the Graphical Layout Tool|Introducing the Android GridLayout and Space Classes]] |
Revision as of 14:47, 26 June 2013
Table of Contents | Next | |
Introduction to Android 4.2 App Development Essentials |
© 2013 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.
<google>BUY_ANDROID</google>
<google>BUY_ANDROID</google>
Table of Contents
- Introduction to Android 4.2 App Development Essentials
- Setting up an Android Development Environment
- System Requirements
- Installing the Java Development Kit (JDK)
- Windows JDK Installation
- Mac OS X JDK Installation
- Linux JDK Installation
- Downloading the Android Developer Tools (ADT) Bundle
- Installing the ADT Bundle
- Installation on Windows
- Installation on Mac OS X
- Installation on Linux
- Installing the Latest Android SDK Packages
- Making the Android SDK Tools Command-line Accessible
- Windows 7
- Windows 8
- Linux
- Mac OS X
- Updating the ADT
- Adding the ADT Plugin to an Existing Eclipse Integration
- 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