Building your first app with Kotlin in Android Studio

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. This announcement was made recently at Google I/O 2017 that has been widely welcomed by developers, many of whom were already using Kotlin. Today in this tutorial we'll make our first Kotlin app using Android Studio 3.0…continue reading →
Using Butter Knife to Inject Views in Android

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 that we want to use in our application's code. Especially when application's design gets more complex layouts the repetitive use of this function becomes a real pain and this is where Jake Wharton's Butter Knife…continue reading →
Android Design Support Library working with Navigation Drawer

Android Design Support Library working with Navigation Drawer

Android 5.0 Lollipop was one of the most significant Android releases ever, due to introduction of material design, a new design language that refreshed the entire Android experience. For backward compatibility Android Design Support Library was introduced. It provides compatibility to number of material design components all the way back to Android 2.1. In…continue reading →
Material Design Color & Toolbar Customization

Material Design Color & Toolbar Customization

Hi guys, in previous tutorial we have learned how to setup material design in android studio. In this tutorial we'll learn how to customize material design colors and toolbar . So lets talk first thing first. In order select your colors you can go through this material design color patterns and choose the one…continue reading →
  • 1
  • 2