|
|
|
รบกวนสอบถามเพ่ๆ เรื่องการแก้ไขข้อมูลใน Listview ด้วยคะ *สามารถใช้คำสั่ง notifyDataSetChanged() |
|
|
|
|
|
|
|
รบกวนสอบถามเพ่ๆ เรื่องการแก้ไขข้อมูลใน Listview ด้วยคะ *สามารถใช้คำสั่ง notifyDataSetChanged() ได้หรือป่าวคะแต่ไม่ทราบว่าต้องใช้อย่างไรคะ* *จากโค้ดคลิก Listview จะโชว์Dialogboxพอกรอกข้อมูในEdittextให้ข้อมูลที่กรอกกลับมาUpdateในListview คะ *
Code (Android-Java)
String tString;
EditText eEdit = (EditText)findViewById(this)
ArrayAdapter<String> myAdapter = new ArrayAdapter<String>(getApplicationContext(),
R.layout.w13shiftclose_column, R.id.otv12Type,aList);
olv13Money.setAdapter(myAdapter);
final AlertDialog.Builder Dialog= new AlertDialog.Builder(this);
olv13Money.setOnItemClickListener(new OnItemClickListener(){
public void onItemClick(AdapterView<?> poAdaView, View poView, int pnPosition,
long pnLong) {
tString; = aList.get(pnPosition).toString();
Dialog.setMessage(eEdit .settext(tString));
Dialog.setPositiveButton("Yes", new AlertDialog.OnClickListener() {
public void onClick(DialogInterface dialog, int arg1) {
dialog.dismiss()
}
}
});
oabExit.show();
Tag : Java, Android, JAVA
|
|
|
|
|
|
Date :
2013-11-09 23:01:37 |
By :
Amporn_Aom |
View :
1227 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากคะ Devsharing แต่ต้องใส่ไว้หลังจากคลิก Listview
หรือว่าใส่ไว้ตรงไหนคะ
ปล.หนูเพิ่่งเป็นโปรแกรมเมอร์แอนดรอย นะคะ อิอิ
|
|
|
|
|
Date :
2013-11-10 15:30:16 |
By :
Amporn_Aom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|