public View getView(final int position, View convertView, ViewGroup parent) { // TODO Auto-generated method stub LayoutInflater inflater = (LayoutInflater) context .getSystemService(Context.LAYOUT_INFLATER_SERVICE); if (convertView == null) { convertView = inflater.inflate(R.layout.activity_column, null); } // ColID TextView txtID = (TextView) convertView.findViewById(R.id.ColID); txtID.setText(MyArrList.get(position).get("ID") +"."); // ColCode TextView txtCode = (TextView) convertView.findViewById(R.id.ColCode); txtCode.setText(MyArrList.get(position).get("Code")); // ColCountry TextView txtCountry = (TextView) convertView.findViewById(R.id.ColCountry); txtCountry.setText(MyArrList.get(position).get("Country")); return convertView; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง