joshpavlovich / making-apps-beautiful

Companion source code for Sample app to go with the Android Dev Bytes series Making Apps Beautiful at http://www.youtube.com/watch?v=pPyR0nYUXqc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making Apps Beautiful is an Android Developers Dev Bytes series available at http://www.youtube.com/watch?v=pPyR0nYUXqc

The following Android Studio project contains ten source modules, each acting as a checkpoint. Here's how to get started:
* Launch Android Studio
* Go to "Import Project"
* Select build.gradle from the root directory of this repository.
* On the "Import Project from Gradle" dialog, ensure that "Use gradle wrapper (recommended)" is selected and leave the rest to default values.
* The import can take a couple of minutes.
* After the project has been created, Android Studio may encounter an IllegalStateException which can be safely ignored.
* The project is now ready.
* Each module represents a checkpoint, the details of which are described in the src/main/README.txt

About

Companion source code for Sample app to go with the Android Dev Bytes series Making Apps Beautiful at http://www.youtube.com/watch?v=pPyR0nYUXqc

License:Apache License 2.0