คือผมต้องการดึงค่าจาก spinner มาเปรียบเทียบอะครับ

ตอนนี้สามารถดึงค่ามาโชว์ได้แล้ว แต่นำไปเปรียบเทียบไม่ได้

รบกวนผู้รู้ช่วยดูให้ทีครับ Crying or Very sad Crying or Very sad

นี่โคดผม

Intent i = getIntent();
Bundle b = i.getExtras();
newText = b.getString(“PLACE_NAME”);
TextView title = (TextView) findViewById(R.id.TextView01);
//title.setText(newText);

if (newText == “tower 21”)
{ title.setText(newText); }
else if (newText == “tower 22”)
{ title.setText(newText); }

คือถ้า setText ก็จะแสดงข้อความ tower 21 แต่ทำไมนำมาเปรียบเทียบแล้ว

มันกลับขึ้นว่า flase อะครับ