String content = EntityUtils.toString(entity); JSONObject result = new JSONObject(content); String token = result.getString("token"); String fullName = result.getString("fullname"); if(token != "null") <============= ตรงนี้ครับที่สงสัยว่าทำไมต้องใส่ "null" ทำยังไงให้เป็น null { SharedPreferences.Editor editor = sharedpreferences.edit(); editor.putString(Username, mUsername); editor.putString(Fullname, fullName); editor.putString(Token, token); editor.commit(); Intent intent = new Intent(LoginActivity.this, MainActivity.class); startActivity(intent); finish(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง