Skip to content

Category Archives: Kotlin

Many Android applications include an offer page or discount tags that change colors continuously to capture the attention of users. The principle underlying such bars/tags/coupons… Read More
As we know applying OnClickListener to a Button is very simple but applying OnClickListener to a RecylerView item is different. In this article we first… Read More
RecyclerView is a ViewGroup added to Android to display a list of items. It is highly customizable. It can be implemented as a GridView as… Read More
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work… Read More
There are several built-in data structures in Android that developers can use to store and organize data in their applications. Some of the most commonly… Read More
Object-oriented programming (OOP) is a programming paradigm that is based on the concept of “objects”, which can contain data and code that manipulates that data.… Read More
A contact list app is a great tool to store and manage our contacts in one place. With the rise of smartphones and mobile devices,… Read More
Chat GPT is nowadays one of the famous AI tools which are like a chatbot. This chatbot answers all the queries which are sent to… Read More
Butter Knife is a popular open-source library for Android that helps to reduce the amount of boilerplate code needed for view binding in an Android… Read More
Firebase Cloud Messaging (FCM) is a service provided by Google that allows developers to send push notifications to Android, iOS, and web devices. FCM uses… Read More
OI refers to the “OpenIntents” project in Android are a way for one app to request an action from another app. This can be done… Read More
onTimeChangedListener is a method that is called when time is edited or changed inside a TimePicker. TimePicker is an essential class provided by Android Developers.… Read More
Rick and Morty is an American animated science fiction sitcom created by Justin Roiland and Dan Harmon. In this article, we will build an application… Read More
In most android applications, we get to see that users don’t have to enter their phone numbers for authentication. A pop-up message is triggered automatically… Read More
Clipboard Manager performs copy-and-paste operations within android applications. With the help of this user is able to copy and paste data across the different applications… Read More

Start Your Coding Journey Now!