Abou Zuhayrblog.zuhayr.dev·Aug 29, 2023Multibinding with Dagger2: (Day 15)Multibinding is a powerful feature in Dagger 2 that allows you to bind multiple objects into a collection, like a set or a map, even when the objects and the collections are bound in different modules. But before we dive deeper into this topic, we fi...Discuss·271 readsDependency Injection in Androiddagger-hilt
Abdullah Mola HussauinforAbdullah Mola Hussauinabdullahmola-1672099575455.hashnode.dev·Jan 6, 2023MVVM+ Room + Factory + Coroutines in kotlinMVVM+ Room + Factory + coroutine in kotlin MVVM application architecture As a quick definition, it consists of several layers The DAO layer, which is responsible for the commands to communicate with the SQL database from reading and writing. The ...Discuss·11 likesMVVM+ Room + Factory + Coroutines in kotlin