Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathas/coursera-android
Source Code for Android Course Example Applications
https://github.com/jonathas/coursera-android
android android-course coursera-android java practice
Last synced: 4 days ago
JSON representation
Source Code for Android Course Example Applications
- Host: GitHub
- URL: https://github.com/jonathas/coursera-android
- Owner: jonathas
- License: mit
- Created: 2016-09-06T09:00:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T09:19:29.000Z (over 8 years ago)
- Last Synced: 2024-11-16T06:28:28.396Z (2 months ago)
- Topics: android, android-course, coursera-android, java, practice
- Language: Java
- Size: 887 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
coursera-android
================Source Code for Android Course Example Applications + some code implemented by me.
### android-activity-lab
Week 2 Lab - practice with the activity lifecycle for android applications### android-fragments-lab
Week 3 lab - simple example of using fragments for two-pane viewing### android-intents-lab
Week 3 lab - practice with creating explicit and implicit intents### android-permissions-lab
Week 3 lab - practice with using Android permissions### android-ui-lab
Week 4 lab - practice with Android UI classes by creating a ToDo list application