Skip to content

raheemadamboev/room-multi-process

Repository files navigation

room-multi-process

A simple app that uses Room in multiple processes. Activity runs in one process and service runs on another process. We manipulate database in one process (Activity). We observe for changes and show toast in another process (Service).

Room MultiProcess

Download demo