The Contacts App is build using Jetpack Compose in Kotlin.
The Notes App – Prerequisites & XML Design
In notes app, we will be covering four major advanced topics such as MVVM, Navigation Components, Coroutines, and Room Databases in one single project.
The News App – Prerequisites.
In news app, we will be covering five major advanced topics such as MVVM, Retrofit, Navigation Components, Coroutines, and Room Databases in one single project.
Ultimate Battle: Why Kotlin Wins Over Java in Android Development in 2023
The world of Android app development has evolved rapidly over the years, and with it, the choice of programming language has also transformed. While Java was once the undisputed king, Kotlin has emerged as a powerful contender and has quickly become the preferred language for many Android developers.
CRUD using Firebase Realtime Database in Android Studio using Kotlin – Admin Client Module (Easy 4 Steps) Free Resources
In this project, we have created crud in firebase realtime database where we can upload and retrieve page in android studio using firebase real-time database so all our data will be saved for free! When the user uploads a phone number in admin mode gets stored in the real-time database of firebase and retrieve in client mode.
Navigation Drawer in Android Studio using Kotlin – Easy 12 Steps
The navigation drawer is a side menu panel that consists of different navigating fragments. The menu is provided at the left of the screen which opens and closes as per your user requirements, There are different fragments present in the menu, so when you click on any one fragment it will lead you to a different screen.
Custom ListView in Android Studio using Kotlin – Easy 7 Steps
ListView is one of the views from the view group which shows the data in a vertical scrollable format. It enhances the user experience as it makes the list easily understandable for users.
Store Retrieve Data in Firebase Realtime Database using Kotlin in Android Studio – Easy 8 Steps!
Firebase is a service to applications, it provides hosting, NoSQL storage, real-time databases, social authentication, notification, and other services.
Login and Signup Page in Android Studio using Firebase Authentication | Kotlin Easy 7 Steps
In this project, we have created a login and signup page in android studio using firebase so we have used the Authentication service for free! When the user signs up using email and password that gets stored in the authentication database of firebase.
RecyclerView in Android Studio using Kotlin – Easy 7 Steps Only!
RecyclerView is a part of the view group that contains a single view that is recycled repeatedly to display the corresponding data.