Akka UDP Messaging
January 18, 2018
In this tutorial, we will create an Akka UDP system and send a message between localhost using different ports. Read more
Calling API with Retrofit and Gson on Android
January 08, 2018
In this tutorial, we will create an Android application to call Github API using Retrofit and Gson. Read more
JavaScript Routing with Play Framework
January 04, 2018
In this tutorial, we will create a Play Framework (Scala) application using JavaScript Routing (Ajax + jQuery) to communicate with a backend server without reloading the page . Read more
Akka Remote Messaging With Raspberry Pi
December 08, 2017
In this tutorial, we will create an Akka Remote system and send a message between localhost (Ubuntu/Raspberry Pi) and the remote host (Raspberry Pi). Read more
Realm Database Tutorial for Android - Part One
October 06, 2017
In this tutorial, we will create a database using Realm Mobile Database and we will perform CRUD operations on the database. Read more