<Dagger2 is hard, but it can be easy, part 4 - Sin...
# dagger
p
Some statements are a little bold
In an Android world, Singleton doesn’t really exist, it’s a lie.
Unless you're really picky and consider multi process, this:
Copy code
enum class RPC { Instance }
And this
Copy code
object Singleton
Are really singletons
, but not really, once process death restoration happens, the objects annotated with @jsingle are re-created again.
If a process dies, everything dies. Who would expect to have the same objects after you reboot the system?
f
It was a great feedback, i've made the changes, didn't mean what was written, also i'm still new to blogging and learning to speak my mind, nevertheless thank you for the feedback, it has helped me writing the last blogpost.
p
Yeah, no offense meant, just feedback :)