Skip to main content

Posts

Showing posts from July, 2022

API Retrofit Android Example With Recyclerview || How to fetch data from Api to Android Recycler View

How To Fetch API (JSON) Data to Android RecylcerView   "I have used FREE TEST API you can also use for   practice"               1. Goto :     https://jsonplaceholder.typicode.com/                 2.  Scroll down your find the ROUTS Section              3. Click on GET /POST              Here you can find the URL which will use in our project. You can use your own URL also.                                                                 Steps To Fetch API Through Retrofit 1 . Add permission in the manifest : < uses-permission android :name ="android.permission.INTERNET" /> 2 . Add Librerie...