Blog

Getting Started with Elasticsearch from scratch for absolute beginners.

Hello fellas, it's been a long time I couldn't write on my blog and today…

Building your first app with Kotlin in Android Studio

As of Android Studio 3.0, Kotlin is supported as an official language for Android development.…

Using Butter Knife to Inject Views in Android

Introduction In every Android Application, we use a very frequently repeated method called findViewById() for every view…

Google releases stable version of Android Studio 3.0

Android studio 3.0 is finally ready for download in the stable channel. It brings a…

How to use CursorLoader in Android

Today we’ll discuss about CursorLoader in Android. Loaders have been introduced from Android 3.0 but…