Just how the facebook app does it. Multiple clickable texts in one textView.
I tried the FlowLayout and multiple texviews but still the texview shifts to another line when the text exceeds the width.
Spannable String are used in Android to highlight the particular portion of text with different click event in a Single TextView
.
You can check #SO
Demo for this
I hope it will helps you .