in the context of Android Apps. Whether this directly replaces
Koin
as Dependency Injection. The examples I’ve read and seen have all been in relation to other platform. It is quite confusing to implement the same concept on mobile where the structure is different. Is there any tips on this topic specifically on mobile development?
y
Youssef Shoaib [MOD]
08/01/2024, 8:04 AM
ResourceScope
isn't really about DI. It's basically a cleaner way to have `Disposable`s if you're familiar with those. It's a way to defer cleanup of resources to the end of a scope