A minimalistic Android app to demonstrate activity / service communication through a Room database.
This is a typical use-case, but I couldn't find a minimalistic sample / tutorial to demonstrate it to an intern in my company. So I created one. Hope that helps others!
- The service write data to the database.
- The activity displays the data on screen (and updates it upon changes).