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 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.
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.
Switch case in Android Studio can be used to create multiple possible outcomes for a given variable.
This variable can be a Primitive data type i.e, Integer, bit, short or char or even a String Class. But it can not be a boolean.
Android App Update Notification | Check & Notify User About App Update
Android App Update Notification are necessary as most of them fix a current bug or maybe developers might have introduced an awesome feature for users.
Android ScrollView Example | Scrolling Widgets – Vertically or Horizontally
The Android ScrollView is an important widget in Android Studio that can help you arrange all other widgets in a layout when they can’t fit in the visible area of the screen.
Build your own Android Color Picker using few lines of code in Android Studio. In this blog we will be sharing the code from an app with color picker functionality.
Android Thread Sleep Tutorial | Pause your Code using Threading
In this blog about Thread in Android Example, you’ll learn about how to set up a thread in android other than the main thread to continue another process.