Skip to content

Tag Archives: android

Over a million apps for every category in the play store and still some apps somehow make their way to the top of downloads and… Read More
MorphView is a convenience library for reverse AnimatedVectorDrawables. AnimatedVectorDrawables class was introduced in API 21 and is used to animate Vector Drawables beautifully and easily.… Read More
Android Studio is the official integrated development environment for Google’s Android operating system, built on JetBrains’ IntelliJ IDEA software and designed specifically for Android app… Read More
Certain applications show real-time data to the users, such as stock prices, availability of a product on online stores, etc. Showing real-time data requires continuous… Read More
Pre-requisites: Firebase Machine Learning kit Adding Firebase to Android App Firebase ML KIT aims to make machine learning more accessible, by providing a range of… Read More
This article will show how to set up Android Studio to run Flutter Applications. Android Studio is one of the popular IDE( integrated development environment… Read More
Flutter is an open-source cross-platform mobile application development SDK created by Google. It is highly user-friendly and builds high-quality mobile applications. The intention behind this… Read More
A ListView is a type of AdapterView that displays a vertical list of scroll-able views and each view is placed one below the other. Using… Read More
A Toast is a short alert message shown on the Android screen for a short interval of time. Android Toast is a short popup notification… Read More
MotionLayout is a special version of ConstraintLayout. It is a layout that helps to manage motion and widget animations in the app. Since it is… Read More
Firebase is one of the most popular online databases in use today and will be the same for at least a few years to come.… Read More
Delegation is defined as the granting of any authority or power to another person (Boss assigning tasks to its employees) to carry out different work.… Read More
Google Fonts provide a wide variety of fonts that can be used to style the text in Android Studio. Appropriate fonts do not just enhance… Read More
Whatsapp is the one of most popular messaging App. Many android applications need the functionality to share some messages directly from their app to WhatsApp.… Read More
User Interface Thread or UI-Thread in Android is a Thread element responsible for updating the layout elements of the application implicitly or explicitly. This means,… Read More

Start Your Coding Journey Now!