AlertDialog.Builder alertDialog = new AlertDialog.Builder(AlertDialogActivity.this); alertDialog.setTitle("หัวข้อ"); alertDialog.setMessage("ข้อความ"); alertDialog.setIcon(R.drawable.icon_name); //รูปไอค่อน alertDialog.setPositiveButton("ตกลง",new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog,int which) { Toast.makeText(getApplicationContext(), "คุณกดตกลง", Toast.LENGTH_SHORT).show(); } }); alertDialog.setNegativeButton("ยกเลิก",new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { Toast.makeText(getApplicationContext(), "คุณกดยกเลิก", Toast.LENGTH_SHORT).show(); dialog.cancel(); } }); alertDialog.show(); }
Intent i = new Intent(Class1.this, Class2.class); startActivity(i);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง