Kotlin Futures  

I have been experimenting with Kotlin (a new JVM language) from the makers of Intellij (the IDE). If you are someone who writes a lot of code for Android and are languishing in the Java 6.5-ish world - then checkout Kotlin. It’s a breath of fresh air.

I am working on an implementation of Future‘s for Kotlin. The objectives of this module are:

Here is the basic implementation and a quick-start. If you have ideas or suggestions, pull requests are welcome.

 
25
Kudos
 
25
Kudos

Now read this

ProGuard and Debugging

Android’s infamous dex limit is a huge problem. One of the ways you can fix the problem is to use ProGuard. If you decide to use it, the you can look forward to 2 things. Longer build times. Not being able to debug your application,... Continue →