|
|
|
Android - รบกวนช่วยผมหน่อยครับ การแสดงผลใน TextView ทำอย่างไร |
|
|
|
|
|
|
|
ลองศึกษา พวก Intent ดูน่ะคับ ส่วน set ค่าใน TextView ประมาณนี้ครับ
Code
final TextView txt2 = (TextView) findViewById(R.id.textView2);
txt2.setText("Message");
|
ประวัติการแก้ไข 2014-01-28 15:07:06
|
|
|
|
Date :
2014-01-28 15:05:08 |
By :
chaosiam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (Android-Java)
// textView3
TextView txt3 = (TextView)findViewById(R.id.textView3);
txt3.setText("Change Text on Runtime");
txt3.setTextColor(Color.RED);
TextView - Android Widgets Example
|
|
|
|
|
Date :
2014-01-28 15:09:01 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ ช่วยได้เยอะเลยครับ
|
|
|
|
|
Date :
2014-01-28 17:06:49 |
By :
reason01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-01-28 17:34:55 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|