hello, I have a listview thats is populated through from an SQLDatabase through a custom cursor adaptor. I would like to go back to the activity that i used to create the items when i click on them in the listview.(edit the items basically). i can go back using an intent, but i don't know how to populate the activity with the already entered data? Hope i am clear enough. Thank you