-
# [Android] MVI 아키텍처로 마이그레이션 및 설계 살펴보기 | Munseong's dev;
0. 배경 1. mvvm에서 mvi로 2. 기본 MVI 패턴 살펴보기 3. Reducer 4. Action Processors 5. 결론 0. 배경 작년에 신규 프로젝트를 시작함에 따라 아키텍쳐를 조사하였다. 기존에는 MVVM + 클린아키텍처로 적용하였는…
-
# Create Base KMM Project for Android and iOS
## Task Description
Set up a new Kotlin Multiplatform Mobile (KMM) project with Android as the primary platform and iOS integration. The project should f…
-
## Description :scroll:
* Give a step-by-step tutorial in Kotlin along with a brief and clear explanation.
* Required Documentation or Video or Audio.
## Domain of Contribution :bar_c…
-
- [x] **Mindorks MVP** https://github.com/MindorksOpenSource/android-mvp-architecture
- [x] **Mindorks MVVM** https://github.com/MindorksOpenSource/android-mvvm-architecture
- [x] **Mindorks MVP Int…
-
https://github.com/android/architecture-samples/blob/todo-mvvm-databinding/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/addedittask/AddEditTaskViewModel.java
https:…
-
Some things to include:
* Required tutorials:
* Android development with Android Studio
* RxJava tutorial / videos
* Basic dependency injection with Dagger 2
* Git and Github tutorials…
-
Переработать работу с базой данных, согласно Clean Architecture.
Материалы, которые можно использовать:
- https://github.com/mcalvog/Movies
- https://github.com/akhilesh0707/Rick-and-Morty
- h…
-
This is a suggestion to migrate the app to the Android Architecture Components which include ViewModels, LiveData and Data Binding. It is a part of Android Jetpack.
Migrating to MVVM has many advan…
-
https://github.com/MindorksOpenSource/android-mvvm-architecture/blob/595acd0c79a4a7a51594cbc88071f85f266f26ff/app/src/main/java/com/mindorks/framework/mvvm/ui/login/LoginActivity.java#L91
-
## Why
The template should provide the initial base architecture to start. The selected architecture for the shared, Android and iOS modules is [Clean Architecture](https://blog.cleancoder.com/uncl…