I am new at developing Android.I want to finish intent after getting values by getExtras onCreate() method of MainActivity.
EditDetailActivity(startActivity) ----> MainActivity(onCreate)
After I updated detail of the item on EditActivity, I am returning to the MainActivty and I update my listview on Mainactivity on onCreate method. Problem is here because it duplicates.