JetMVI-Template
Simple demo to use jetpack compose with MVI architecture with clean way.
File Explorer
Download Latest Version (.zip)- app_flow.yml
- .gitignore
- .name
- AndroidProjectSystem.xml
- appInsightsSettings.xml
- compiler.xml
- deploymentTargetSelector.xml
- gradle.xml
- graphql-settings.xml
- kotlinc.xml
- migrations.xml
- misc.xml
- runConfigurations.xml
- vcs.xml
- ExampleInstrumentedTest.kt
- IntentExtension.kt
- Repo.kt
- User.kt
- UserDetail.kt
- Endpoints.kt
- GithubApi.kt
- GithubRepository.kt
- GithubRepositoryImpl.kt
- AppModule.kt
- RepositoryModule.kt
- ViewModelModule.kt
- BaseViewModel.kt
- BroadcastReceiver.kt
- ConnectionSnackBar.kt
- NetworkError.kt
- Progress.kt
- RoundedImage.kt
- MainActivity.kt
- ReposList.kt
- ReposListHeader.kt
- ReposListItem.kt
- ReposScreen.kt
- ReposTopBar.kt
- ReposContract.kt
- ReposViewModel.kt
- UsersList.kt
- UsersListHeader.kt
- UsersListItem.kt
- UsersScreen.kt
- UsersTopBar.kt
- UsersContract.kt
- UsersViewModel.kt
- AppNavigation.kt
- ReposScreenDestination.kt
- UsersScreenDestination.kt
- Color.kt
- Dimen.kt
- Shape.kt
- Theme.kt
- Type.kt
- GithubApplication.kt
- avatar_placeholder.png
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- colors.xml
- dimens.xml
- strings.xml
- themes.xml
- themes.xml
- AndroidManifest.xml
- IntentExtensionKtTest.kt
- GithubApiTest.kt
- GithubRepositoryTest.kt
- MockWebServerExtension.kt
- AppModuleTest.kt
- ReposViewModelTest.kt
- UsersViewModelTest.kt
- ExampleUnitTest.kt
- MainCoroutineRule.kt
- not-found.json
- repos.json
- user-detail.json
- user_since.json
- users.json
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- AppConfig.kt
- Dependencies.kt
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- dark-theme.mp4
- light-theme.mp4
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.md
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/myofficework000/JetMVI-Template
Downloads the entire project code from GitHub to your computer.
cd JetMVI-Template
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
