1

How to implement an Android ticker for stocks/news. My requirement is to implement it like the one in image for NASDAQ -

enter image description here

There are apps in market doing this so it is possible. Nearest possible question failed to provide any relief. Sample Code for achieving this functionalty will be more helpful.

Community
  • 1
  • 1
Atul Kaushik
  • 5,181
  • 3
  • 29
  • 36

1 Answers1

1

If you are looking for an view which is always visible and always on top of all the views, then have a look at the SystemOverlay in android. This link also has some helpful information..

Check out this post to create TextView with ticker like support and this post for sample code...

Community
  • 1
  • 1
Praful Bhatnagar
  • 7,425
  • 2
  • 36
  • 44