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

If you scroll to a big distances for examle to right and lets say there will be 100 views to scroll all they will be created in the fillRight method...

seems its working well, but if i want scroll i just cant, because change to the other "page" (or fragment)

Hi, I have set the imageview size 70x70 and updating images using AsyncTask. But as I start scrolling horizontal scroll view it hides few images image views and create white...

I'm getting 12 errors with the same type of error. Do I have something setup incorrectly in my IDE? Using Eclipse 3.7.2, Android SDK is updated, including V4 APIs, Windows...

I am using a layoutinflater to inflate an item whose xml specified exact width and height in dp. The problem is that the item is occupying the entire width of...

Hi, I'm trying to use context menu on your HorizontalListView but it doesn't seem to work: AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo)item.getMenuInfo(); info is null. Thanks for your component

if you use onDataSetChange, the animation is disabled. The reason is: you call initView() in onLayout, when onDataSetChanged was called! in initView() it set the scroller to a new scroller....

RemoteImageView is custom widget to handle webimage and do lazy loading and caching routine. It will show progress spinner during image loading and once finished, the actual image will be...

Scrollbars & Edge Fading does not work.