<@U0B8ZP13Q> it's not about data between applicati...
# android
a
@cedric it's not about data between applications / components (it has never been a problem), it's about communication between them. You cannot get them talking either without dirty hacks and lots of 3rd-party libs or writing a lot of very error-prone procedural code. As for application A starts activity from application B: as I said, the only real usecase even in 2016 it to pass data from one application to another, nothing else; do you really need to have one very general and very inflexible mechanism for both in-app and outside-app routing/whatever instead of 2 different yet more flexible approaches?