crud kotlin android studio

CRUD using Firebase Realtime Database in Android Studio using Kotlin – Admin Client Module (Easy 4 Steps) Free Resources

Android,  Kotlin

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.

February 13, 2023 / 0 Comments
read more
navigation drawer android studio

Navigation Drawer in Android Studio using Kotlin – Easy 12 Steps

Android,  Kotlin

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.

January 30, 2023 / 0 Comments
read more
listview kotlin

Custom ListView in Android Studio using Kotlin – Easy 7 Steps

Kotlin,  Android

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.

January 9, 2023 / 0 Comments
read more
firebase android

Store Retrieve Data in Firebase Realtime Database using Kotlin in Android Studio – Easy 8 Steps!

Android,  Kotlin,  Uncategorized

Firebase is a service to applications, it provides hosting, NoSQL storage, real-time databases, social authentication, notification, and other services.

December 17, 2022 / 0 Comments
read more
login signup android studio

Login and Signup Page in Android Studio using Firebase Authentication | Kotlin Easy 7 Steps

Android,  Kotlin

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.

December 14, 2022 / 0 Comments
read more

RecyclerView in Android Studio using Kotlin – Easy 7 Steps Only!

Android,  Kotlin

RecyclerView is a part of the view group that contains a single view that is recycled repeatedly to display the corresponding data.

November 30, 2022 / 0 Comments
read more
login page kotlin android

Easy Login Page in Android Studio using Kotlin – 5 Steps Only!

Android,  Kotlin

The login page is used for authentication purposes in the applications. We required a firstly sign-up page where users will register themselves and will be able to log in further using a username and password

October 21, 2022 / 0 Comments
read more
android datepicker kotlin

How to Create DatePicker in Android Studio using Kotlin – Easy 3 Steps Only.

Kotlin,  Android

DatePicker is a type of input field that allows users to select the date from the calendar. You usually see DatePicker in the forms, as an input field for date of birth, appointment date, and reservations.

September 21, 2022 / 0 Comments
read more