Skip to main content

Home/ Android Dev/ Group items tagged fling

Rss Feed Group items tagged

Vincent Tsao

Lazy Loading Images in a ListView - consensus approach? - Android Developers | Google G... - 0 views

  • I haven't looked in details at the 3 other approaches but I know that a big difference between what I do in Shelves and what I've seen done in other places is how user interaction is handled. Shelves listens to scroll events on the ListView and tries to identify taps vs scrolls vs fling to always give priority to the UI. For instance, when you touch the screen to stop a fling, Shelves starts loading images, but does so only after a very short delay so that if you are touching the screen to fling some more, the fling animation won't stutter because of the extra work load. But that's details.
    • Vincent Tsao
       
      From Romain Guy, the author of Shelves app
Vincent Tsao

Android Gesture Detector - 醋溜的 - JavaEye技术网站 - 0 views

  •  
    good explanation for the actions: fling, scroll, ....
1 - 3 of 3
Showing 20 items per page