Last Updated: September 20, 2020

Last Updated: October 30, 2019

Things every android developer should know - part 5

Description: Hello coders! In this post I'm gonna show some interesting tips and tricks you can start using in your android project. Also check out Part 1,Part 2, Part 3 and Part 4 So let's get started. 1....

Last Updated: June 19, 2019

How to create docker image with NodeJs and Grunt?

Description: In this post I'm gonna show you how to create Docker Image for Nodejs project using Grunt.  Note: Grunt:  Its a Javascript task runner. In this project we'll use for minification of our .js...

Last Updated: September 19, 2018

Last Updated: April 09, 2018

Koltin Extension functions and Operator Overloading examples

Description: In this post I'm gonna explain you guys how 'Kotlin' gives us the power to play around with our code using 'Extension function' and 'Operator Overloading'. Note: If you are new to Kotlin. I strongly recommend Switch...

Last Updated: December 27, 2017

Things every android developer should know - part 4

Description: In this post, I will show you some interesting tools from Android Studio that developers use. Also check out Part 1,Part 2  and  Part 3. So let's get started. (adsbygoogle = window.adsbygoogle...

Last Updated: August 18, 2017

Switch from Java to Kotlin

Description: In this post I'm gonna show some of the basic syntax and semantics difference while we use "KOTLIN" in your android application w.r.t JAVA(Java v/s KOTLIN). So let's get started. (adsbygoogle...

Last Updated: January 11, 2017

Introduction to Internet of things platform Octoblu

Description:  In this post I'm gonna describe very helpful platform for building some stuff that involves 'Internet of thing'/ Internet of apis.   So lets get started. (adsbygoogle = window.adsbygoogle...

Last Updated: October 20, 2016

Things every android developer should know - part 3

Description: In this post I'm gonna demonstrate some useful tips which we could come handy in our app development life cycle Also check out Part 1 and Part 2. So let 's get started. (adsbygoogle...

Last Updated: July 30, 2016

Android Data binding

Description: In this post I'm gonna illustrate concept of 'Data Binding' in android. So straight away. Let's get started. (adsbygoogle = window.adsbygoogle || []).push({}); 'DataBinding' in android was introduced...