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
About The Project
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
Built With
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
Usage
-> TODO
Roadmap
-> TODO See the open issues for a full list of proposed features (and known issues).
Contributing
-> TODO
License
-> TODO
Acknowledgments
- Adriel Café for introducing me to the concepts that made part of this project possible.