DevsmartLib-Android icon indicating copy to clipboard operation
DevsmartLib-Android copied to clipboard

A Horizontal ListView for Android

Results 41 DevsmartLib-Android issues
Sort by recently updated
recently updated
newest added

When the children use images, these images has the same width as HorizontalListView and AdjustViewBounds doesn't work. See example: http://stackoverflow.com/questions/16134760/horizontallistview-custom-image-text-view Changing getWidth() and getHeight() with params.width or params.height solves the...

requestLayout used to be called in every scroll step which is wrong and would probably cost you more than you get by view pooling. Corect behaviour is use computescrool to...

GestureDetector caused an error in the graphical layout in Eclipse.

getSelectedItemPosition() getSelectedItemId() setSelection(int position) getSelectedView()

Changes to the size of view elements within one of the child views were not being reflected on screen (until scrolling the element out and then back in). The issue...

I have rewritten the onItemClickListener. You can now bind onClickListener to View items in adapter. ( Will try add selection in future )

- added possibility to snap to center - added possibility to endless scroll in a circle - performance optimization: no use of requestLayout to redraw the view for scrolling -...

Hi, I have implemented Horizontal List view in to my application, It works great. But I have encountered one problem which is if child view's width exceeds from the screen...

there is no effect when press or click a item, expect could use system default effect