public void onBackPressed() { AlertDialog.Builder dialog = new AlertDialog.Builder(this); dialog.setTitle("ออกจากการใช้งาน"); dialog.setIcon(R.mipmap.ic_launcher); dialog.setCancelable(true); dialog.setMessage("คุณต้องการออกจากการทำรายการหรือไม่?"); dialog.setPositiveButton("ใช่", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { // Intent intent = new Intent(Main_LineItemActivity.this, LoginActivity.class); // startActivity(intent); finish(); } }); dialog.setNegativeButton("ไม่ใช่", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { dialog.cancel(); } }); dialog.show(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง