RecyclerView + Retrofit Kotlin Android in hindi

Опубликовано: 18 Март 2025
на канале: Codet Distro
201
10

This Video is about How to use Android Retrofit Library...for Fetching data from API and then Show data inside RecyclerView....

😍😊आशा है कि आप को वीडियो अच्छा लगा होगा
please Subscribe Kr dena Channel ko ...


Previous Video Link :-    • RecyclerView in Kotlin hindi  
Source Code 😍:- https://github.com/Codetdistro/Retrof...
Donate UPI 👨‍💻 :- yogeshmsingh2895@okhdfcbank

News-API :-
Other API :- https://jsonplaceholder.typicode.com/...


NewsApi Site Link :- https://newsapi.org/
Json Beautifier Site Link :- https://jsonformatter.curiousconcept....

//Retrofit and GSON Dependency
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

//AndroidMainfest file Code

uses-permission android:name="android.permission.INTERNET"

android:usesCleartextTraffic="true"

meta-data
android:name="preloaded_fonts"
android:resource="@array/preloaded_fonts"

Thank You guys For watching my Video