0

I am implementing one small application in Android.In that i am planing to scroll text AUTOMATICALLY.

I want to scroll horizontally like credits in movie and scroll vertically like Head lines scrolling in TV News

Please help me.

3 Answers 3

0
  • For horizontal scrolling you can refer this post which uses TranslateAnimation to serve the purpose.
  • For vertical scrolling you can refer this post..

Hope this helps..

Sign up to request clarification or add additional context in comments.

Comments

0

For horizontal scrolling try android:marquee property of textView.

Comments

0

Textview can have horizontally scrolling text in this way:
android:marquee

and

in your code do this:

textView.setSelected(true);

very simple.. Hope it helps you

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.