The Bottom Navigation Bar is a navigation view provided at the bottom of the screen making it easy for users to switch between multiple fragments or activities with the help of the bottom navigation bar.
Store Retrieve Image in Firebase Realtime Database using Android Studio and Display in RecyclerView, GridView, and Staggered Layout – Easy 9 Steps
Store Retrieve Images in Firebase Database using Android Studio and Display in RecyclerView, GridView, and Staggered Layout What is Firebase Realtime Database? Firebase is a service to applications, it provides hosting, NoSQL storage, real-time databases, social authentication, notification, and other services. GridView GridView is a widget in Android Studio that displays items in a two-dimensional […]
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.
Modern Material Dashboard in Android Studio – Easy 3 Steps
We have created a modern material dashboard in android studio using XML design. In the below UI, there is 6 card view inside a linear layout in which one image view and one text view are present.
Store & Display Profile Data in Navigation Drawer in Android Studio using Java – 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.
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.
Easy Login and Signup Page in Android Studio using TabLayout and ViewPager2
ViewPager2 is a better version of ViewPager where there will be a view in which you can swipe right or left in a particular area. In the below project, we have used viewpager2 to swipe between the login and signup pages.
Google Maps in Android Studio – Easy 4 Steps
Google Maps in Android Studio using Java Google Maps API Google Maps API is a powerful tool that allows developers to integrate maps and location-based functionality into their Android Studio projects. By using the API, developers can access a wealth of data, including street maps, satellite imagery, and real-time traffic information, as well as a […]
Android Knowledge x ChatGPT – Amazing AI 2022
ChatGPT is a product of OpenAI where you can ask any questions to ChatGPT and it will answer them within a few seconds using artificial intelligence.
As an android developer, you can make the most use of it. I have asked the most common questions to chatGPT but their answers will surprise you.
Login and Signup using SQLite in Android Studio using Java – Easy 5 Steps
Login and Signup using SQLite in Android Studio using Java – Easy 5 Steps SQLite Database SQLite Database stores all the user data in the user’s device itself. It is an open-source database. In the file manager, you can check the database of the user which is in text file format. In our project. we […]