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:

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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -