Wednesday 14 May 2014

HelloZMQ with Java

Hi,

This is ZMQ Java Client Example.
SourceCode Link:https://github.com/JohnnyIqbal/HelloZMQwithJava

1. Compile Server File First.
2. Then Compile Client File.

Things after Kotlin Android Extensions

Things after Kotlin Android Extensions(KTX) I remembered in MVVM when I have to declare ViewModel, I initialize View Model like this. p...