Rename package name in android studio, This article we will discuss two ways to rename package name. We can rename package name through project panel and manifest file.
Constraint layout allows you to create responsive android UI, constraint layout offers responsiveness to the android device either small or large, and even when screen orientation has changed.
Recyclerview with Search/Filter, CardView, and OnItemClickListener. Items in the recyclerview will be displayed in a cardview which will contain image name and description of the name. You can
GridView With CardView, Search / Filter and OnClickListner, GridView Items will Contain CardView, Image, Text, and Description. When clicked a new activity opens and displays the image and
Tab Layout tutorial with ViewPager, In this tutorial we are going to learn how to implement tabs layouts that has slide and click listener. User can decide to
FirebaseUi Firestore Recyclerview Tutorial, we are going to learn how to implement recyclerview using data stored in firestore, Our adapter class will be provided by firebaseUi.
Android GridView with CardView and OnItemClickListener, CardView consist of image and text. When the image is clicked a new activity opens and displays the name and image of
Android Recyclerview with cardview using Kotlin, In this tutorial we are going to learn how to implement android recyclerview with card with then add Onclicklistener and Search/Filter
Android Studio Tutorial for beginners, Using kotlin and android studio 4.0.This tutorial is not only suitable for beginners in developing mobile apps but also for someone who has
Firebase authentication tutorial, In this tutorial we are going to learn how to implement user registration using firebase. We are going to use kotlin in this firebase tutorial.
In this tutorial you will learn the following. How to add room database dependencies. How to add livedata dependencies Insert and select data from room database Show roomdatabase
In this tutorial you will learn the following. How to add retrofit dependency in android . How to log retrofit request body and response body. How to perform
Android Login Register Tutorial will focus on creating an android app that allows users to register and login users. Users registration will consume an api which both method
Recyclerview with cardview, In this tutorial we shall focus on creating android recyclerview with cardview. Our cardview will contain Image, Name, and Description of the image.
Android Architecture Component || Room Database , ViewModel , LiveData, RecyclerView (MVVM)In this Android Architecture Component, We are going to learn how to work with the room database