4

Possible Duplicate:
marquee text in android

in my app i want to have a news banner with the words moving to one side like tv .. i don't really know how to run that kind of animation .. and should the banner be a TextView ? i'm not really sure of anything .. so i just need the xml format of such thing, Thankss!

Community
  • 1
  • 1
Andrew S.
  • 58
  • 1
  • 5
  • 1
    Marquee is possible in android.[Look at this][1]. [1]: http://stackoverflow.com/questions/2182578/marquee-text-in-android – Kakey Aug 17 '11 at 10:01

1 Answers1

2

This is commonly referred to as a ticker or marquee. Here's a tutorial on how to make one.

Edit: Here's another tutorial.

Edit: Here's another stackoverflow question about the same thing.

Edit: And another.

Community
  • 1
  • 1
Spycho
  • 7,698
  • 3
  • 34
  • 55