Comparaison de 6 techniques de scrolling différentes sous Android.
Chaque écran de la démo comprend un header et un footer fixes, et une liste d'items entre les deux que l'on souhaite faire scroller :
1) ListView native Android
2) LinearLayout comprenant un header et un footer natif, et une liste d'items HTML dans une WebView entre les deux ( solution hybride, c'est le système Android qui gère le scroll)
3) WebView appelant une page HTML5, le scrolling est géré en CSS3
4) WebView appelant une page HTML5, le scrolling est géré par la librairie Javascript iScroll4
5) WebView appelant une page HTML5, le scrolling est géré par la librairie Javascript Scrollability
6) WebView appelant une page HTML5, le scrolling est géré par la librairie Javascript TouchSCroll6 Technical Comparison of different scrolling Android.
Each screen of the demo includes a fixed header and footer, and a list of items between the two that you want to scroll:
1) native Android ListView
2) LinearLayout including a header and a footer native, and a list of HTML items in a WebView between the two (hybrid solution, the Android system that manages the scroll)
3) WebView calling an HTML5 page, scrolling is managed CSS3
4) WebView calling an HTML5 page, scrolling is managed by the JavaScript library iScroll4
5) WebView calling an HTML5 page, scrolling is managed by the JavaScript library Scrollability
6) WebView calling an HTML5 page, scrolling is managed by the JavaScript library touchscroll
This version of Scrolling Demo Android App comes with one universal variant which will work on all the Android devices.
If you are looking to download other versions of Scrolling Demo Android App, We have 1 version in our database. Please select one of them below to download.