How to create live templates in Android Studio/Intellij IDE

Live Templates

We all agree with the fact that the Android studio has come a long way to be called as one of the best IDE when comparing with other IDEs but very few among us know about the hidden secrets that are available for the developers. So we will see: How to  create live templates in Android Studio/Intellij IDE Well first […]

Continue reading »

Master Gradle dependency management with Kotlin + buildSrc for Android

kotlin_build_src

Master Gradle dependency management with Kotlin + buildSrc for Android If you find your Gradle file too much cluttered and not organised properly then this post is for you.However it depends on developers that how they manage their code but most of the time due to strict deadlines we don’t care about the most important part “build.gradle”. The task gets […]

Continue reading »

Kotlin KTX -set of extension for Android app dev

Kotlin_KTX

KOTLIN – KTX Kotlin KTX is nothing but a  set of extensions designed to make writing Kotlin code for Android more concise, idiomatic, and pleasant. Android KTX provides a nice API layer on top of both Android framework and Support Library to make writing your Kotlin code more natural. Currently in preview, Android KTX provides an API layer on top […]

Continue reading »

GOOGLE IO 2017 HIGHLIGHTS ANDROID DEVELOPER

GoogleIO2017

Hello Friends, This year’s Google IO is Christmas in advance with very exciting announcements. Today first of all we will see the features list I have compiled . Lets see Google IO 2017 highlights android developer. GOOGLE IO 2017 HIGHLIGHTS ANDROID DEVELOPER KOTLIN: It’s Official Now KOTLIN is now officially supported language for developing Android apps.Its challenging and exciting to […]

Continue reading »

How to configure or setup email/ web mail account on an Android device

Set up email on your Android device

Configure or setup company email or web-mail account on your Android device or Thunderbird.   Today , we will see how we can set up or configure the email account on your Android device such as web-mail account. Here we will use Gmail app because in new mobile phones email app is not there so we have to configure using Gmail […]

Continue reading »

Call api using Volley library Demo

http://askfortricks.com/2017/04/call-api-using-volley-library-demo/

Call rest API using Volley in Android The very basic requirement in developing the Android application is “Api Integration” and fetch the details. For calling the Api we need the android networking library to interact with the web services and get the response from Api. One such library is Volley which is developed by Google to handle Api calls. Volley […]

Continue reading »