Table Layout in Android explained in 3 Steps

A Table layout in Android arranges the children’s layout inside it in…

Custom Button with Shadow Duolingo style Android Button

In this blog learn to create Duolingo Style Custom Button with Shadow…

How to use Android ButterKnife Kotlin Dependency

If you are curious about using the ButterKnife Kotlin dependency in Android, then you have come to the right blog. Actually, there is ‘NO NEED’ for it!

Zxing Android Example | In 5 minutes Build QR Code Scanner App

Zxing Android library is a great Android QR Scanner code library that you can use to build an Android QR code scanning app. In this tutorial, we will teach you how to do the same in Java and Kotlin Programming language.

Android Networking Library | Top 5 Curated List

Android networking library can be used in an android application to send an HTTP request and fetch data online from the server.

Android Emulator for Windows 10 | Top 22 Editor Choice

Android Emulator for Windows 10 can be of great help to you. Especially if your intent is to build an app or play android games on your Windows machine.

Android Barcode Scanner Library | Top 11 Curated List

In this blog, we will be sharing a list of 11 such great android barcode scanning libraries that you can easily implement in your Gradle dependencies and build barcode scanning feature.

Android QR Code Scanner Library | Top 7 Curated List

Android QR Code Scanner Library can be a great help for developers building a QR code scanning app for Android. It can help you easily implement the QR Code scanning feature without writing much code.

Activity life cycle in Android | Illustrated using FlowChart

Activity life cycle in Android is an important concept in Android App Development that can help developers execute the right code as the activity visibility changes.

Android Image Button with Text Example | Java & Kotlin

Android Image Button with Text Example in both Java and Kotlin. In this blog learn how to create an Image Button with text in Android Studio using XML code.