1 repository
Systems for passing state and entities between separate business logic or ViewModel instances.
Distinct from Structured Data Exchanges: Candidates focus on JSON over network or subprocesses; this is in-memory exchange between architectural logic components.
Explore 1 awesome GitHub repository matching software engineering & architecture · Logic-Instance Data Exchanges. Refine with filters or upvote what's useful.
MVVMHabit is an Android development framework and base library that implements the MVVM architecture using Android Architecture Components. It provides a pre-integrated foundation designed to decouple business logic from user interface rendering and lifecycle management. The project distinguishes itself by bundling a comprehensive set of architectural templates, including a reactive event bus for decoupled component communication, token-based data exchange between logic instances, and a single-activity fragment hosting system to reduce manifest overhead. The framework covers broad capability
Provides a token-based messaging system for exchanging data and entities between different logic instances.