android studio

Automatic Signed the android release APK by using keystore from build.gradle of android studio

As an android developer, we faced many challenges to build and deploy the app to the market. Here I am going to discuss one of the challenges is signed the APK from the newly created Keystore or exiting Keystore from the android studio. As we know the android studio having two different build types named […]

Use custom fonts and downloadable google font for android studio

As we all know that Google had made our life so simple for using the custom font in the android application. In the recent update of android oreo, Google has provided some cool features for the user interface to more attractive. As an android developer, we all know how difficult was before to use any […]

Why Kotlin extension is preferable to use in android project

As android developers, We are a writing lot of code to make an awesome application. We all know that Android uses Java as a language. In application development, we used many java concepts like thread, singleton classes, etc without knowing the android concept. It may cause memory leaks in Android. I remembered that we have […]

Exploring Koin Dependency Injection in Android and Kotlin

As an Android developer, we all are familiar with dependency injection. Dependency Injection provides an alternative way of Object instantiation. You do not worry about the constructor with a different type of argument. It will be qualified based on the required argument. We have already used one of the very popular dependency injector Dagger2. If […]

Kotlin Coroutine to get started in Android app developement

As an Android developer, we know that every developer deals with thread in their application. A thread plays an important role in development for making the code execution faster and dispatching events easier etc. we all know that the Android system has categorized in two different thread named as the main thread (UI thread) and […]

Monitor network connectivity change for available and lost in android app

As we all know that Google is providing very frequently version update for Android devices. Currently, Google has released the android Q a new version OS for android. Most of the people are still using the lower version of Android OS like Lollipop, marshmallow, Oreo, and Nougat because our hardware is not capable to take […]

Best plugins for android studio to make application development superfast

Become an Android developer, you always love the Plugins to use to make the android development easier and faster. Android Studio provides the awesome feature for android developer to connect with your favorite plugins. So in this tutorial, we will learn some of the best plugins that need to install to every android developer to develop the android apps […]

Scroll to top