There is a MainActivity , which starts to work when you start the application. Then I run EditActivity , and in it I enter certain values into the database. When I press the back button, I return to the MainActivity .
How can I execute a certain getFromDb() function in an already running Activity ? It may be necessary to restart it by running onCreate() , but again, how?
