Android Studio – Update RecyclerView view after adding a new item to room database
I'm making calculator app on android. I have two pages, calculator page and history page. The application saves math operations, results and operating times in room database. I would like the app to show these three entities in history page…