How to solve release is not compliant with the Google Play 64-bit requirement in flutter

flutter

This is my first post after exploring the Google Flutter framework for developing the cross platform apps in this framework. I am fascinated by the ease and simplicity of creating the UI in Dart programming. I will share my experience and the error and workaround that I went through while releasing a small size apk on play store. This release […]

Continue reading »

Samsung Galaxy M10, M20 latest specifications and features.

Galaxy M Series

Samsung, South Korean giant is set to launch its Galaxy M series in India on January 28 with Galaxy M10 and Galaxy M20 as the first two smartphones. Both devices will be soon available on Amazon.in for sale. The Samsung Galaxy M10 and Samsung Galaxy M20 devices are first in a batch to arrive with Samsung’s Infinity-V display with new […]

Continue reading »

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 »

How to fetch current location using Fused Location Provider Client Api in Android

How to fetch current location using Fused Location Provider Client Api in Android

Fetching user current location is now the most basic trend in Android apps because this helps the app to display the custom preference based on their local preference.So now we will see “How to fetch current location using Fused Location Provider Client Api in Android.” For fetching the user’s current location Google came up with https://developer.android.com/training/location/receive-location-updates But the demo and approaches are […]

Continue reading »

Top 10 tools to increase Android developers productivity

Top 10 tools to increase Android developers productivity
Top 10 tools to increase Android developers productivity Top 10 tools to increase Android developers productivity

For Android developers today we will see the list of tools which will increase your  personal productivity while developing Android app. So lets start with: Top 10 tools to increase Android developers productivity. We will list tools which every Android developer require while developing Android app and also need this tools on daily basis which covers all the fields.So lets […]

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 »
1 2