Advice needed with context menu

前端 未结 2 1215
抹茶落季
抹茶落季 2021-01-29 05:59

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

2条回答
  •  执笔经年
    2021-01-29 06:07

    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

提交回复
热议问题