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

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -