android - Using editText in ListView using ParseQueryAdapter -
i using parse api application.i getting list of items parse , after getting list wanted populate in listview contain following things:
- productname(textview)
- productquantity(edittext)
after getting list user feed quantity of every product , information loaded in new activity adding information , after submitted server back. familiar lists confused how can use edittext in listview feed quantity of each product. please guide me.thank you.
Comments
Post a Comment