An open API service indexing awesome lists of open source software.

https://github.com/codepath/intro_android_demo

Demo of app exercises for Intro to Android
https://github.com/codepath/intro_android_demo

Last synced: 3 months ago
JSON representation

Demo of app exercises for Intro to Android

Awesome Lists containing this project

README

        

intro_android_demo
==================

Demo of app exercises for Intro to Android App Development

 

Sample Listing:

- Chapter 1: App Fundamentals
- Basic TextViews Example
- Chapter 2: User Interface
- Linear Layout Demo
- Chapter 3: View Controls
- Layout Gravity
- Basic Views
- View Attributes
- Simple ListView
- Chapter 4: User Interactions
- Basic Click Handlers
- Handling ListView Clicks
- Action Bar Demo
- Chapter 5: User Flows
- Explicit Intents
- Implicit Intents
- Intent with Results
- Chapter 6: Networking
- Basic Image Download
- AsyncTask Example
- Smart Image Download
- Chapter 7: Advanced Views
- Toast Inputs
- Spinner Toast
- TimePicker
- ProgressBar
- GridView
- Chapter 8: Preferences
- Persist Settings
- Chapter 9: Content Providers
- Contact List
- Chapter 10: Publishing
- APK Instructions