-
Understanding scrolling techniques in Android
Featuring Cyril Mottier
Scrolling is one of the most important gesture on mobile platforms. Indeed, it easily allows you to access a fairly large amount of content just by swiping your fingers on screen. In order to implement such gestures, the Android SDK comes with a bunch of scrolling containers: View, ListView,...
droidcon scrolling mobile-platforms android-sdk listview recyclerview scrollview