Gallery App that shows all the images in the system in organized manner
UI - Jetpack Compose; Architecture - MVVM; Pagination - Paging 3; Image Loading - Coil; Dependency Injection - Dagger Hilt; Background Work - Flow and Coroutines;
App Contains 3 Screens
- Album Screen that list all the folders in the system that contains images
- Gallery Screen that list the image in the particular folder with pagination
- Image Screen that shows the zoomable image
Content Resolver is used for querying system images and folders