DI Injection with Dagger 2 - Hello World Example for Android
September 29, 2017
In this tutorial, we will create a simplest Dagger 2 - Hello World Example for Android using Android Studio. Read more
Kotlin in Bite Size - Function
August 11, 2017
In this Kotlin tutorial series, we will expore how to write a concise and expressive function using Kotlin programming language. Read more
Display WebCam Image Using OpenCV in Scala Language
July 14, 2017
In this short example, we will use Scala language to retrieve webcam image with OpenCV SBT library. Read more
Akka Stream in Bite Size - Part 3 (Fan-In)
July 12, 2017
In this third part of Akka stream tutorial, we will focus on the how to combine multiple streams into a single stream(Fan-In). Read more
Akka Stream in Bite Size - Part 2 (Fan-out)
July 06, 2017
In this second part of Akka stream tutorial, we will mainly touch on the how to split a single stream into multiple streams (Fan-out). Read more