News App | API | SearchView | Android Studio

Опубликовано: 16 Май 2026
на канале: Developer Sam
773
16

NewsApp with RecyclerView. Swipe Refresh Layout, And SearchView implemented. Api that fetches news and updates news from different news outlets. First time doing commentary on my video. Next time with the better microphone.



Source code: https://github.com/developersamuelakr...

Insta: @samdroidss


Libraries to import:

implementation 'com.google.android.material:material:1.0.0'

implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'

implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'

implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'


And in gradleproperties:

android.useAndroidX=true
android.enableJetifier=true