• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

[Q] Display values from a cursor in Activity1, update the cursor in Activity 2 and return

Hello,

I have a problem. I have an Activity, "Activity1", where I display some fields from a cursor. When I push a button I start "Activity2". In Activity 2 I edit some fields and I update the values in the database. By pressing a button I would like to return to the Activity1 and I would like to display the updated values in the cursor.
Can anybody help me?

Thank you in advance.
 
Back
Top Bottom