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
- Host: GitHub
- URL: https://github.com/codepath/intro_android_demo
- Owner: codepath
- Created: 2013-03-11T18:30:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T06:40:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T00:11:21.349Z (3 months ago)
- Language: Java
- Size: 773 KB
- Stars: 203
- Watchers: 46
- Forks: 407
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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