This application showcases the usage of newly released android architecture components using kotlin/latest dagger/retrofit2.
- Android architecture componenets 1.0.0-alpha1 for designing robust, testable, and maintainable apps
- Dagger 2.11-rc2 for dependency injection
- Retrofit 2.2.0 for networking
- Use RXJava
- Add test cases
- Android studio 3.0 C4
- Kotlin
- Make sure you are using AS 3.0 C4 and have an api key obtained from http://www.cricapi.com/
- Create a
gradle.properties
if you don't have already( must be placed in the /project/ dir) and replaceAPI_KEY
value with your own key and done. - Do Gradle Sync :p
- Feel free to contribute. Just make sure your commit/branch name makes sense.