Archie
08/01/2024, 8:03 AMResourceScope
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?Youssef Shoaib [MOD]
08/01/2024, 8:04 AMResourceScope
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 scopeArchie
08/01/2024, 8:09 AM