Skip to content

Category Archives: Kotlin

Many times in android applications we get to see we have to display multiple markers. If the markers displayed within the maps are close to… Read More
We will get to see many android applications displaying maps within their applications to display user locations or delivery boy locations within their application. We… Read More
Kotlin is a modern-day gem that has proved itself to be a very useful language for android developers. It comes up with features that are… Read More
In many android apps, we have seen that there is a route marker from a source location to the destination location. In this article, we… Read More
Many times in the android applications while using Google Maps, we have to add a click listener for the marker which we are going to… Read More
When we use the default application of Google Maps we will get to see different types of Maps present inside this application. We will get… Read More
Google Maps is used in most apps which are used to represent many locations and markers on Google Maps. We have seen markers on Google… Read More
Google Maps is used in many Android applications. While using Google Maps there are many modifications that you will get to see while using Maps… Read More
Many android applications use maps to display the location. We can get to see they use custom marker icons like a delivery boy image or… Read More
If you are creating apps for students or for educational purposes then you need to add some PDF files for displaying some data inside our… Read More
In this article, we will make a recipe app that displays a list of Indian recipes using the retrofit library and MVVM architecture. Model —… Read More
We have seen Google Maps in many android applications. In this application to point to the specific location, a marker is used. In this article,… Read More
Many times we want to save the data within the android application. This data is in the form of text and we generally prefer to… Read More
Android device provides us with various options to store the data of the application. We can use shared preferences, external storage, and internal storage to… Read More
Many times in android applications we want to provide functionality through which we should be able to send the message directly from our mobile application… Read More