Skip to content

Commit

Permalink
minor fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
skydev-x committed Jun 26, 2023
1 parent e1f3796 commit 239b23d
Showing 1 changed file with 33 additions and 11 deletions.
44 changes: 33 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,53 @@
# Generic Gallery

Use content Resolver to access local images to show in the gallery to the user.

Check out the Demo below :

[![GenericGallery](https://img.shields.io/badge/GenericGallery🌈-APK-black.svg?style=for-the-badge&logo=android)](https://github.com/dukendev/GenericGallery/releases/download/v0.1.0/app-debug.apk)

### Preview

![demo](ScreenShots/genericGalleryDemo.gif)

## Tech Stack

The following is the tech stack used in the app:

- Jetpack Compose:
> A modern UI toolkit for building Android apps with a declarative approach. It provides a powerful and efficient way to create interactive and visually appealing user interfaces.
- AndroidX Paging:
> This library simplifies the implementation of paginated data in RecyclerView. It enables efficient loading and displaying of large datasets by loading data in smaller chunks or pages.
- Koin:
> A lightweight dependency injection framework for Android. Koin simplifies dependency management and allows for easy integration of components and services into the app.
- Jetpack Compose:

> A modern UI toolkit for building Android apps with a declarative approach. It provides a powerful
> and efficient way to create interactive and visually appealing user interfaces.
- AndroidX Paging:

> This library simplifies the implementation of paginated data in RecyclerView. It enables efficient
> loading and displaying of large datasets by loading data in smaller chunks or pages.
- Koin:

> A lightweight dependency injection framework for Android. Koin simplifies dependency management
> and allows for easy integration of components and services into the app.
- Coil:
> A fast and lightweight image loading library for Android. It provides seamless image loading and caching capabilities, making it easy to display images efficiently in the app.

> A fast and lightweight image loading library for Android. It provides seamless image loading and
> caching capabilities, making it easy to display images efficiently in the app.
- AndroidX Navigation:
> A component of Jetpack that simplifies app navigation. It allows for easy and declarative navigation between different screens and destinations within the app.
- Accompanist Permissions:
> A library for handling runtime permissions in Jetpack Compose. It provides utilities and streamlined APIs to request, check, and handle permissions required by the app.

> A component of Jetpack that simplifies app navigation. It allows for easy and declarative
> navigation between different screens and destinations within the app.
- Accompanist Permissions:

> A library for handling runtime permissions in Jetpack Compose. It provides utilities and
> streamlined APIs to request, check, and handle permissions required by the app.
- AndroidX Core Splash Screen API
> An API introduced in Android 12 and higher that allows for the creation of splash screens. It provides a seamless and customizable transition from app launch to the main activity.

> An API introduced in Android 12 and higher that allows for the creation of splash screens. It
> provides a seamless and customizable transition from app launch to the main activity.


Expand Down

0 comments on commit 239b23d

Please sign in to comment.