/Photo-Gallery-App

Study app built with jetpack compose, voyager and hilt. Main focus is modularization, gradle scripting and github actions setup

Primary LanguageKotlin

Mvi Sample

Contributors Forks Stargazers Issues LinkedIn


Logo

MVI Sample

Mvi Sample is a pet project serving as diplay of my current technical capabilities and knowledge on Android, Kotlin and Gradle.
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Acknowledgments

About The Project

Product Name Screen Shot

Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: github_username, repo_name, twitter_handle, linkedin_username, email_client, email, project_title, project_description

(back to top)

Built With

  • Kotlin
  • Java
  • Android
  • Gradle

(back to top)

Getting Started

Prerequisites

Installation

Generating APK

To generate a Debug APK to be installed on any device run the following terminal command:

./gradlew assembleDebug

Installing the APP directly on a connected device or emualtor

To install the application in your prefered device run the following command. Notice that this method may not work if your device is not properly connected to your computer.

./gradlew installDebug

(back to top)

Usage

-> TODO

(back to top)

Roadmap

-> TODO See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

-> TODO

(back to top)

License

-> TODO

(back to top)

Acknowledgments

  • Adriel Café for introducing me to the concepts that made part of this project possible.

(back to top)