I have a HorizontalScrollView, with a horizontal LinearLayout that contains my different Views. I want to know when the particular view is coming onto the screen so I can download an image for the view.
So, when my HorizontalScrollView first loads, the first view is viewable, if the user scrolls, I want to know how I can get a call so that I can download some information for the view that is becoming viewable. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

