This course teaches Android development by example, beginning with very simple applications using only activities, then gradually adding...

This course teaches Android development by example, beginning with very simple applications using only activities, then gradually adding layers of complexity.
Each app in the course is a guided tour of the development process, starting with the basic layouts and finishing up with a working app that you can modify and use as a starting point to develop your own ideas.
Android takes a different approach that app development for other platforms: an Android app is really a loose collection of components that communicate amongst themselves and even with components from other applications.
In this series, you'll gain insight by watching over Rick's shoulder as he brings separate components together and assembles them into ten different applications that explore the Android system and how to apply it to real-world problems.
Source code is included, and you may feel free to modify it in any way and use it in your own applications!