Git Product home page Git Product logo

imagegallery-compose's Introduction

ImageGallery-Compose

Simple ImageGallery app built by using OpenAI's Dall-E-AI api, MVVM & JetPack Compose

About

ImageGallery Compose is a sample Image Gallery app where you can see images created by DALL-E-AI also you can generate images by writing prompts.

Built With

  • Dall-E-AI - DALL·E 2 is a new AI system that can create realistic images and art from a description in natural language. (I'm using APIs which are created by one of my friend Soham. He has created APIs which uses DALL-E-AI api to create images and store in the database. You can check his repository Dall-E-AI api)

  • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI.

  • Kotlin - First class and official programming language for Android development.

  • Coroutines - For asynchronous and more..

  • MutableState - MutableState is an alternative to using LiveData or Flow.

  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.

    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
  • Dependency Injection -

    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.

    • Hilt-ViewModel - DI for injecting ViewModel.

  • Material Components for Android - Modular and customizable Material Design UI components for Android.

  • Coil - An image loading library for Android backed by Kotlin Coroutines.

Package Structure

dev.abhaycloud.imagegallerycompose     # Root Package

├── api                 # Retrofit API for remote end point
|
├── di                  # Dependency Injection
│ 
|── model               # Model classes
|
|── repository          # Single source of data
|
├── ui
|   ├── theme           # Manage Themes: Color, Shape, Theme and Type.
│   ├── home            # HomeScreen composable & viewModel
│   ├── create          # CreateScreen composable & viewModel
|   ├── navigation      # Navigating with Compose 
|
└── utils               # Utility Classes

Architecture

This app uses MVVM (Model View View-Model) architecture.

Contribute

This app is in under development. There are few things that needs to get fixed. If you want to contribute to this app, you're always welcome!

LICENSE

Project is published under the Apache 2.0 license. Feel free to clone and modify repository as you want, but don't forget to add reference to authors.

Connect with me

If you have any difficulty then just message me on Instagram or LinkedIn.

imagegallery-compose's People

Contributors

abhay-cloud avatar

Stargazers

Raghul avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.