Posts Tagged

lambdas

Lambdas on Android – Part 1

This is a four part series of how to setup and user Lambda Expressions in Android. In Part 2, we’ll use Lambda expressions with RxJava. If you are tired of writing boilerplate code, then you should try out Java 8. Let’s write some code. Enabling Lambda Feature on Gradle We need to edit your build.gradle…

Read More