Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extending AbsListView example

I would like to build a custom List (Pinterest grid layout) and I would like to extend AbsListView. Are there good examples around? It seems very very difficult.

Thanks Tobia

like image 747
Matroska Avatar asked Nov 01 '12 16:11

Matroska


Video Answer


1 Answers

i've created a nice post about this and found out this is the best one.

however, do note that just like the other libraries, it has its own issues. what i've found is that when you call notifyDatasetChanged() on it, you get weird pairs of views and positions on the getView method (link here about this issue). also i've found out that it doesn't call the "onScrollChanged" method at all (link here about this issue)

even though this library is nice, i would also like to see a tutorial on extending the abdListView.

like image 190
android developer Avatar answered Nov 02 '22 20:11

android developer