这是我的代码。我想部分更改字符串内的文本格式。
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
String stuff[] = {
"this has to be the bold part this has to be normal part",
"this part of text has to be green this part of text has to be blue",
"this is number 3 bold",
}