Cross view communication using Grox

1 · Groupon · July 5, 2018, 7:28 p.m.
Most real-world Android applications consist of multiple fragments and views. The cross communication, syncing, and management of the application state between components have never been easy. Although callback and an event bus patterns help components communicate with each other, there is not an out of the box solution to manage the application state.Grox is an open source library that makes it easier to manage the internal state of complex applications. We suggest reading our introductory arti...