🎉 My book on Modern #AndroidDev with Jetpack libraries is available for pre-order on Amazon 👀
And for Compose enthusiasts, the book's first chapter is about #JetpackCompose!
General availability at 2022.04.11:
https://t.co/0oIVwjimaJ
@CatalinGhita4 But the usecase matters - is this useful in a huge program that has tons of moving parts and is constantly subject to change? In my experience yes
Is it useful in an Android application? I'd say no. There's simply better approaches for designing apps
@CatalinGhita4 The amazing thing event driven architecures to is force you to decouple. If I don't know where an event will be coming from, I practically cannot make my code heavy-coupled. This makes code very flexible to change