Thursday, 12 July 2018

How to get all rows stored in the `room` library using `Async Task`?

I'm using room library with android. When I insert something in the database I get data for current running application, but when I restart the application, there is nothing in the screen. How to get previous stored data without using LiveData ?



from How to get all rows stored in the `room` library using `Async Task`?

No comments:

Post a Comment