Hi, I haven't coded in java for a while and have just started with Android, and unfortunately I have to start my program with something tricky.
I want to scroll text and images horizontally across the screen, but I also need to set the speed of the scrolling quite finely and would also like if I could reverse the direction. Now I've looked through a few examples of scrolling with TextView and some also using android.widget.Scroller, but I'm pretty sure I'll have to write this from scratch. What I want to know is there an obvious place to start from, i.e. should I try to start with text only expanding on some methods in TextView, or just treat text and images the same and write a class that scrolls the item across the screen in a thread. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

