I have this String:
String[] text = {"Address 1: Street nr.45 ",
"Address 2: Street nr.67",
"Address 3: Street nr. 56 \n Phone number: 000000000"};
Which gets used later by:
((TextView)findViewById(R.id.adresa)).setText(text[newSelectedAddress]);
when selecting an item from a spinner.
How can I add formatting to the text inside the string?? I want Address to be with bold, Street nr. with Italic