-
I have errors, using Pixel 2XL with Oreo 8.1
`05-29 10:44:08.219 21446-21467/com.fernandocejas.sample I/zygote64: Explicit concurrent copying GC freed 14788(793KB) AllocSpace objects, 0(0B) LOS obj…
-
- [x] **Mindorks MVP** https://github.com/MindorksOpenSource/android-mvp-architecture
- [x] **Mindorks MVVM** https://github.com/MindorksOpenSource/android-mvvm-architecture
- [x] **Mindorks MVP Int…
-
Now that you've refactored this into a single project (no longer a multi-project build) why keep dependency declarations in `dependencies.gradle`.
Moving them into the `app/build.gradle` would allo…
-
In the examples, I see that you are returning the repository result, without implementing any other operation against them. But it is common, that in an use case you have to query a repository and the…
-
## Road map
- [2024年移动端技术探索](https://mp.weixin.qq.com/s/WS29uBbJYzVJm_HgSRRoKg)
### IDEA 插件
- [自定义 IDEA 插件 → 划词翻译替换](https://mp.weixin.qq.com/s/EZaOoBf8RyBElQtNBl4b5Q)
### SDK
- [FinClip SDK …
-
Scenario:
- I have 3 UseCase to perform 3 different API Request.
- Based on the 3 UseCase response I need to combine them all according to the business logic.
Right now, I'm doing it by calling t…
-
![Uploading 스크린샷 2017-03-25 오전 10.15.35.png…]()
## Rx & Kotlin
Rx : Observable 을 이용해, 단순한 I/O을 이용한, Functional Programming
Kotlin : JVM 에서 돌릴수있는 프레임 워크
### Kotlin
UI작업에 대한Kolin…
-
As stated in Clean Architecture, dependencies should point only inwards. This separates layers in a way that they could be interchangeable easily and also decoupled (right?).
In your case, you decide…
ghost updated
2 years ago
-
As in the example, usecase's parameters are set via `UserModule`:
``` java
@Module
public class UserModule {
private int userId = -1;
public UserModule() {}
public UserModule(int userId) {
…
-
Can you provide some hint (or maybe example or sample) how to proper use Koin in project which use modules to divide into layers according to clean arch.
So the dependences between modules (layer) …