UserManagement Android APP with source code
Before download this App source code please subscribe our youtube channel
learn Android development in hindi
Before download this App source code please subscribe our youtube channel
Hey Guys, In this article we are going to discuss how to make fragment in android App Fragment in android Now go to main Activity.java and make two buttons in Activity Now create two blank fragment and give it name SignInFragment and SignUpFragment SignInFragment.xml SignupFragment.xml Now go to MainActivity.java and copy paste this code MainActivity.java …
hey guys In this article we are going to discuss how to implement recyclerview in Fragment. This is most demanded topic in android and most of you want to know this. so start from the video and then take the code from here. Recyclerview in Fragment First create a project and select empty Activity, Now …
In this article, we are going to learn how to create Persistent BottomSheet Dialog in Android using java. In the below image you can see that what are we going to build. Hope so you are interested to know how to make the above Persistent BootomSheet Dialog in Android using Java, so now without wasting …
In this article, we are going to learn how to create BottomSheet Dialog in Android using java. In the below image you can see that what are we going to build. Hope so you are interested to know how to make the above BootomSheet Dialog in Android using Java, so now without wasting much time …
In this article, we are going to learn how to create chip Navigation Bar in Android using java on Empty Activity. In the below image you can see that what are we going to build. Hope so you are interested to know how to make the above beautiful Chip Navigation Bar in Android using Java, …
In this article, we are going to learn how to make user registration API in PHP in an easy way. Hope so you are interested to know how to make the user registration API using PHP, so now without wasting much time let’s start. You can also refer our video tutorial for same. So let’s …
Most of you don’t know how to fetch data from the server in Android Recyclerview. So In this article, we will develop a complete project in which we fetch the data using the Volley library. So read the full post completely In order to get data from the server, we need A Restful Web API. …
Fetch data in Recyclerview using volley library in Android: Complete project Read More »