App that allows you to search and share gifs from GIPHY api
- Kotlin
- Jetpack Compose
- Paging 3
- Retrofit
- Dagger Hilt
- Trending gifs - shows trending gifs at start.
- Infinite pagination - GIFs are loaded dynamically as the user scrolls down.
- Auto search - ss you type, results are generated automatically after a brief pause
- Both orientation support - in vertical orientation grid have 2 columns in horizontal orientation 4 columns
- Error handling - error screens when something went wrong
- Refresh - pull to refresh functionality
- Loading indicators - while gifs are loading, loading indicator is shown.
- Detail gif - by pressing on gif user is directed to detail gif screen
- Sharing - by performing long press drop down menu appears where user can choose to copy url or share it.