Android: แสดง HTML ใน TextView

Android 6 ส.ค. 2015

ในการแสดงผล Html ใน TextView ต้องใช้ Html.fromHtml() 

myTextView.setText(Html.fromHtml("<h2>Title</h2><br><p>Description here</p>"));

 

 

แท็ก

Onyx

Just a middle-aged programmer, Can do many things but not the most.