This Android application can be seen as a little playground app that allows the user to search for GitHub users and display their repositories.
It furthermore demonstrates the usage of some modern Material Design components along with some common Java/Android libraries such as:
- Dagger2 (http://google.github.io/dagger)
- Retrofit (http://square.github.io/retrofit)
- Picasso (http://square.github.io/picasso)
- Butterknife (http://jakewharton.github.io/butterknife)
- LeakCanary (https://github.com/square/leakcanary)
- Parceler (https://github.com/johncarl81/parceler)
- Introduce some use cases that leverage RxJava and RxAndroid
- Animations, improve Layouts etc.
Copyright 2016 Chris Eickemeyer
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

