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: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T09:19:29.000Z (almost 10 years ago)
- Last Synced: 2025-10-11T04:49:23.698Z (9 months ago)
- Topics: android, android-course, coursera-android, java, practice
- Language: Java
- Size: 887 KB
- Stars: 0
- Watchers: 0
- 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