Skip to content

Category Archives: Kotlin

A GET request is one of the HTTP request methods that can be used to retrieve data from a server. In an API context, a… Read More
TDD is a software methodology, in which developers write tests for pieces of code prior to writing the code itself. If you are unfamiliar with… Read More
Firstly, let’s understand what notifications are on Android. Notifications are short, timely messages that inform the user about events that occur within an app. They… Read More
WorkManager is an Android Jetpack library that provides a flexible and efficient way to schedule and manage background tasks in your app. It is a… Read More
A Shayari app built in android studio consists of various Shayaries and categories of it using Firebase for database purposes, also you can add as… Read More
Kotlin is a popular programming language that has gained much attention in recent years. It is known for its simplicity, conciseness, and compatibility with existing… Read More
RecyclerView is a ViewGroup added to the Android studio as a successor of the GridView and ListView. It is an improvement on both of them… Read More
A dice roller application is a simple application that generates a random number between 1 and a specified maximum number, simulating the roll of a… Read More
In this article, we will food app that displays a list of foods and their price using the retrofit library and MVVM architecture. Model —… Read More
Body Mass Index (BMI) is a widely used measure of body fat based on height and weight. With the rise of health consciousness, BMI calculators… Read More
In Android, a fragment is a modular section of a user interface that can be combined with other fragments to create a flexible and responsive… Read More
Android Kotlin app development is a popular way to create mobile applications for the Android platform. Kotlin is a modern programming language that is designed… Read More
Building a stock market news app can be a great way to stay informed about the latest developments in the financial world. This article will… Read More
Jetpack Compose is a new UI toolkit from Google used to create native Android UI. It speeds up and simplifies UI development using less code,… Read More
In the context of Android development, a “menu item” refers to an individual item in a menu. A menu is a visual element in an… Read More