I create a TextView by using java code.I need to create textView with the width 50;If the textView has a lengthy text how to display the full text.Is there any marquee in android?If it exist how to apply it in textView???
Note:
i use more no of textview's and i add all textviews in to the table layout.I create all textView at runtime only(After read the data from the db)