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