forked from codepath/android_guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Android Bootcamp Cliffnotes
Nathan Esquenazi edited this page Sep 22, 2013
·
15 revisions
Cliffnotes are references giving you the "most important" Android topics with brief explanations and relevant code snippets. The idea here is to distill the concepts down to shorter cliffnotes so you don't have to "read the book":
- Android Directory Structure
- Constructing View Layouts
- Defining Views and their Attributes
- Working with the Soft Keyboard
- Using an ArrayAdapter with ListView
- Basic Event Listeners
- Using Intents to Create Flows
- Defining the ActionBar
- Displaying Toasts
- Common Implicit Intents
- Creating and Executing Async Tasks
- Sending and Managing Network Requests
- Persisting Data to the Device
- ActiveAndroid Guide
- Endless Scrolling with AdapterViews
-
Managing Navigation and Task Stack
- Fragment Navigation Drawer Guide
- Fragment ActionBar Tabs Guide
If there's anything else, feel free to suggest new cliffnote pages and/or help contribute to them!