// Get Item Input Button btnGetItem = (Button) findViewById(R.id.btnGetItem); btnGetItem.setOnClickListener(new OnClickListener() { public void onClick(View v) { int count = lisView1.getAdapter().getCount(); for (int i = 0; i < count; i++) { LinearLayout itemLayout = (LinearLayout)lisView1.getChildAt(i); // Find by under LinearLayout TextView txtCode = (TextView)itemLayout.findViewById(R.id.ColCode); EditText txtInput = (EditText)itemLayout.findViewById(R.id.txtInput); String Code = txtCode.getText().toString(); String Country = txtInput.getText().toString(); Log.d(Code, Country); Toast.makeText(MainActivity.this, Code + " = " + Country ,Toast.LENGTH_LONG).show(); } } });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง