Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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