Category: Android

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…

Android – How to stretch video to fill complete screen

Recently I was playing with VideoView of Android SDK and my video was not displaying…