Android SQLite database unit testing is easy

--

I notice most Android Developer, while developing their App, if they have to write test, this would be the typical consideration priority especially if MPV pattern is used. Write unit test for Presenter as much. Manual UI test to handle the view, or at most have some espresso.

But hold on, what about the Model layer? This layer is often neglected. Within the App, most often this is the…

--

--