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!

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.

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 for Java and Kotlin

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 Best Practices from Experienced Developers | Top 18 Curated List

Android Best Practices is quite crucial for app developers to follow. App development is quite an intimidating task. App crashes and Bugs can give you nightmares and make your app extremely slow and buggy.

Android Programming Language | Top 5 curated

Interested in learning an android programming language? Here are a few things you should know first.

Android Sample Projects with Source Code in Android Studio | Top 30

Android Sample Projects with Source Code, in this blog we explore some…

Custom Spinner Android Styling Tutorial | Java and Kotlin

Learn how to style a Custom Spinner for Android App. Spinner Widget requires two different custom layouts, one for the view to be displayed and another for the drop down list!