gridview - What is the best way to display custom view with scrollable behaviour on android -
i have display multiple custom view scrollable behaviour (as grid list). scrolling horizontally , vertically on chest grid each item custom view.
what best way on android ?
ps: have seen can use scrollview -> tablelayout -> row -> list of custom view
sources:
- http://androiddevblog.blogspot.com/2009/12/creating-two-dimensions-scroll-view.html
- http://sdroid.blogspot.com/2011/01/fixed-header-in-tablelayout.html
- android tablelayout not scroll vertically
- how make scrollable tablelayout?
thanks ;)
i @ example. http://developer.android.com/training/implementing-navigation/lateral.html @ section labeled "implement horizontal paging (swipe views)" view pager allow swipe right , left, while having custom view can scroll , down.
even if exact example doesn't work you, @ source code view pager. doing caching x number of custom views , listening touch events show next view.
Comments
Post a Comment