How to add a recyclerView inside another recyclerView Android Example

Hi, Developer in this Android Tutorial I am sharing an Android recyclerView inside another recyclerView. There is am a simple example to show rest API response multiple Array list. the response of the API Array list in a side-on Any other Array list. So let’s How to add a recyclerView inside another recyclerView Android Example. {   “httpStatus”:“OK”, … Read more

Android Volley JsonArrayRequest to Post ArrayList data to the server

Hi Everyone in this article, I am sharing how to post an ArrayList data to a server using volley. Android Volley JsonArrayRquest  Post data to the server. First of getting an array list of data to  JSONArray and using the volley network library to post the list data to the server on a button click … Read more

Android Grid layout with Array list rest API response

Hiii developer in this android solution we are discussing the  Grid layout to show data the same as to the image. First of all, we get a response from the rest API with JSONArray.  JSONArray parsing with grid layout. This an easy way to implement the JSON Response to Array list data to display on-screen … Read more

How To open a DialogFragment in activity Android tutorial

Hii everyone in this Android Article we are discussing on DialogFragment. hare we can learn How To open a DialogFragment in activity Android tutorial. We are Create a Dialog fragment in Dialog we can create a user form. This android dialog fragment uses in Activity and opens on button click. So Let’s Start How To … Read more

How to used Recycler View with Swipe Refresh in AndroidX

Hiii developer in this AndroidX Example, I am Share how to use How to used Recycler View with Swipe Refresh in AndroidX. In this Android Example, I am using all google design material library with API Level 29. Also, you can read in this article show Rest API data in recycler view and using swipe … Read more

Android Volley Tutorial – Making HTTP Request GET, POST, PUT

Android Volley

Hi everyone in this article I am sharing Android Volley Tutorial-Making HTTP Request GET, POST, PUT. In this android tutorial, we learn to share and explore get a request for REST API and getting a response from API data. For requesting a Rest API I am using the GET method, Post Method, and Put method. … Read more

How to use multiple navigation drawer in android activities

Hiii everyone is this article I am sharing How to use multiple navigation drawer in android activities. In android, multiple navigation drawer is the user when I click on the main navigation drawer. Click on an item on the main drawer then open sub navigation drawer in with its item. In these android solutions android, … Read more

Android curved BottomNavigationView with FloatingActionButton

Hii Developer n this Android tutorial, I am sharing Android curved BottomNavigationView with FloatingActionButton example. Today’s android market UI is the most important part for a making looking good app. so hare I getting an example for making a good bottom NaviBar with a floating action button. So Let’s Start on an example Android curved BottomNavigationView … Read more

flutter bottom navigation bar example

flutter bottom navigation bar example. Hi, developer in these flutter articles I. am working on making a flutter bottom navigation bar for a UI design for Android and iOS app both of the app. In this bottom Navi bar flutter tutorial, we learn how to set up a new Flutter app with a bottom Navi … Read more