Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Android Dev Workout

Working sample app showing usage of RxJava, RetroLambda, RetroFit, Dagger2 and Kotlin.

Uses NASA's NeoWs API as its data source.

Requires JDK 1.8 installed (for RetroLambda) and JAVA_HOME pointing at it. Or you can point the build at your JDK1.8 installation using a line like this - in the app module's build.gradle:

retrolambda {
    jdk '/Library/Java/JavaVirtualMachines/<your_jdk1.8_version>/Contents/Home'
}

About

App utilising lots of extremely useful Android/Java libraries

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages