Skip to content

Category Archives: Kotlin

Jetpack Compose is a new UI toolkit from Google that is used to create native Android UI. It speeds up and simplifies UI development by… Read More
When we are creating an android app then instead of inserting an image manually we want to get that from the internet and using this… Read More
Firebase Realtime Database provides us with a feature to give Real-time updates to your data inside your app within milliseconds. With the help of Firebase,… Read More
Firebase Realtime Database is the backend service that is provided by Google for handling backend tasks for your Android apps, IOS apps as well as… Read More
Many times in android applications we can get to see that they ask for users to rate their application and share their reviews about the… Read More
In many applications, we get to see that app displays the notification when it is running on the top app bar. In this article, we… Read More
We have seen many apps that use Google Maps. These maps are used to indicate places on Google Maps and also we can use this… Read More
Firebase Realtime Database provides us with a feature to give Real-time updates to your data inside your app within milliseconds. With the help of Firebase,… Read More
Many times in the android application we have to display a mirror image of an image view within our android application to show its mirror… Read More
There are many android applications which are available in the market which provide real-time cricket score updates easily at your fingertips. This application provides real-time… Read More
Writing UI in jetpack compose can be fun, but can be difficult to migrate your whole project into Compose at one time. Fortunately, Jetpack Compose… Read More
Many times in the android application which displays maps within their android application we will get to see the maps and also display polygons on… Read More
Many times in the android application which displays maps within their android application we will get to see the maps and also display polylines on… Read More
Many android applications use maps within their application. We will get to see that they display custom marker icons within their maps. In this article… Read More
We have seen in many android application which displays a marker on their maps within their android application. In this article, we will take a… Read More