Android Application written in Kotlin, Integrating Giphy API Service.
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation "com.squareup.okhttp3:okhttp:4.1.0"
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
- Live Search with 200ms Wait Time
- RecyclerView & Progress Bar inside Constraint Layout On activity_main.xml
- Pagination to load new GIF's when user reached last page. Infinity Scroll by increasing offset value.