Skip to content

Category Archives: Kotlin

An android device is docked when it is connected to a charging cable or connected to a car charging. Dock state of an android device… Read More
Many times in android applications we want to add functionality to our application so that the device will get vibrate after performing some specific action… Read More
Many times in the android application we want to provide an easy functionality within our android application so that users can simply copy the text… Read More
Many times in the android application we have to save the data from our android application within the device storage. For storing the data we… Read More
We have seen the implementation of Google Maps in Android along with markers on it. But many apps provide features so that users can specify… Read More
Many applications such as Swiggy, Zomato, ola, and others use Google Maps within their application to display the location within their application. Most of these… Read More
Google reCAPTCHA is a service provided by Google which is used to verify the user whether is a user or a robot by providing them… Read More
Many times when we are building an android application we have to encrypt the data entered by the user within the android application to maintain… Read More
Android mobile phones have sensors, so we can perform various functions like Controlling screen brightness, Monitoring acceleration along a single axis, Motion detection, etc. In… 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
In the previous articles, we have seen three operations of CRUD operations such as create, read and update operations in our Android app. In this… Read More
Many payment applications such as Paytm, PhonePe, and others provide the functionality to split the bills among a number of people to divide it equally.… Read More
When we are implementing an AlertDialog within the android application for asking for permissions within the android application. In that case, we provide 2 options… Read More
In this article, we will learn about how to add two or more text colors in a single string of TextView of Android using Kotlin.… Read More
Model — View — ViewModel (MVVM) is the industry-recognized software architecture pattern that overcomes all drawbacks of MVP and MVC design patterns. MVVM suggests separating… Read More