I have a XML layout which has two edit text fields, one for \"title\" and the the other for \"story\". When the user enters his data in these text fields and presses the back b
in adapter you make a getter and setter of your item. When long click listener, put setter your item in there.
You should store your "title" and "story" in database and you can get it form database in a new activity