ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Follow publication

Published in ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Responses (5)

Write a response

> Sometimes a single feature can be split into modules by abstraction layer (data, domain, etc.)
I wouldn't do this to be honest. Following your repo example, have you had a `User` model you would've placed it inside `profile_api` (because user isn't…

--

ComponentHolder

why do we need to implement the ComponentHolder interface if we have access to a ComponentHolder Singleton as mentioned earlier?
Or is it the same interface and just gives back the components within this module? Please clarify

--

How you have decided problems with injecting PreferenceSource into BaseActivity located at Core module for purpose to set theme and language at onAttach()? How can i get applicationContext in BaseActivity befo injecting ?

--