0
一個錶行(帶4的TextView)是一個佈局和ListView在另一個layout..Want編輯在列表中的TextView的一個..要編輯的TextView的ListView中
ListAdapter adapter = new SimpleAdapter(this, contactList,
R.layout.list_item,
new String[] { "Barcode", "Division", "Mrp","qty" }, new int[] {
R.id.txt, R.id.txt1, R.id.mrp,R.id.qty1 });
setListAdapter(adapter);
想要編輯列表中每次行綁定的數量...
hi thx for reply..i'am new to android..so did you have any sample about your idea u given ... – MrSyntax