smoothie icon indicating copy to clipboard operation
smoothie copied to clipboard

[DEPRECATED] Easy async loading for Android's ListView/GridView

Results 10 smoothie issues
Sort by recently updated
recently updated
newest added

I have a ViewPager with 3 tabs, Tracks, Albums, Artists. Each fragment (alltracks, allalbums, allartists) is more or less identical apart from getting and displaying different media detail. For the...

I was just looking through this library and its just awesome, cheers for creating it. I guess its good to use in my recent application but just then i saw...

Can anybody tell me how to get Smoothie's jar from the source code?

Sorry if this isn't the right place to ask, but in your BitmapCache example, you only load data the json for the patterns once, in my use case, I need...

Are you planning on adding support for ExpandableListViews?

Does Smoothie made assumption that the listview has to be operated in non transcript mode in order for the preload logics to function properly? http://developer.android.com/reference/android/widget/AbsListView.html#setTranscriptMode(int) In my testing, it seems...

I don't know what I am doing wrong, but when set fastScrollEnabled - true, and use this fast scroll images don't display on left column, but on right all good,...

We have a 2-part item in our ListView, a big image with a small profile picture. Some big images (first priority) don't load when the user is looking at them....

Using generics in the `ItemLoader` is possible to avoid the dependency from `android.widget.Adapter` and ease future generalisations that can use other type of adapters/target views (eg: `RecyclerView`). This has been...

Hi, I'm trying to use your wonderful Smoothie library in a new project, based on the bitmapcache example. It works in the emulator, but on my device (S2 @ Stock...