Digital technologies make it possible to combine multiple technical functionalities within applications that address practical and organizational needs. This paper presents Cozzmo, an Android mobile prototype for supporting communication and coordination in shared households. The system combines chat, polls, chores, shopping support, photo albums, presence awareness, mood indicators, and location-based alerts in one application. The prototype was implemented in native Java for Android using Firebase services and an MVVM architecture with LiveData. Its real-time behavior was evaluated on two physical Android devices under mixed connectivity conditions, including mobile data, hotspot use, and temporary connection loss. The evaluation examined end-to-end propagation delay, recovery after reconnection, and state convergence during concurrent user actions. In the reported test sessions, the prototype preserved update order in baseline scenarios, recovered queued messages after short interruptions, and reached a consistent final state in the concurrent voting and task-update tests. The time needed for updates to appear in the interface was less than the propagation delay, suggesting that the measured response path was shaped mainly by network and backend propagation. These findings indicate that the prototype is technically viable and can serve as a basis for further work on mobile systems for household collaboration.
Dospinescu et al. (Tue,) studied this question.