i have one activity in which i enter some values and save it in the data base by calling webservise on save button.
basically i have two buttons in my app one for save and one for edit previous record . when clicking edit i want to open same activity that i use for save but by clicking edit i want show the previously entered value in activity after modifing that by user then back to data base, but i want to use same activity for edit as well
How can i achive this the same activity in edit mode as well ?
Thanks in advance.