An open API service indexing awesome lists of open source software.

https://github.com/oblassgit/duckduckgrid

Random Duck Android App Demo
https://github.com/oblassgit/duckduckgrid

Last synced: about 1 year ago
JSON representation

Random Duck Android App Demo

Awesome Lists containing this project

README

          

# Duck Duck Grid
This repository is my playground for trying and for learning about different Android components.

## Screenshots




## Notable features I implemented
- Saving "liked" state of an image in SharedPreferences
- Pinching to change collumn count in the Grid- and LikedFragment
- Bottom navigation using nav graph
- Getting random duck images from https://random-d.uk/api/v2/random and displaying them
- Showing images/gifs from the internet via glide
- Showing all "liked" images in LikedFragment
- Saving the image url of an item in the GridFragment to the Clipboard and showing a toast
- App Tutorial with ShowcaseView
- Dynamic Colors
- Material 3
- Compose/Views Hybrid

## Dependencies
- https://random-d.uk/api/v2/random for getting random duck Images
- https://github.com/Baseflow/PhotoView
- https://github.com/amlcurran/ShowcaseView