You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can i use my own object with your lib? I mean, i have my object Scores, can i give LazyList an ArrayList ?
Of course, i'll have to modify your lib after that but LazyList doesnt recognize Scores (which is normal actually).
Thanks,
The text was updated successfully, but these errors were encountered:
Of course you can. You see my sample adapter implementation here https://github.com/thest1/LazyList/blob/master/src/com/fedorvlasov/lazylist/LazyAdapter.java.
But it's just a sample, it can be whatever adapter you wish. And it can
display any kind of your own data. All you need is
imageLoader.displayImage() line to display a photo. Please feel free to
contact if it's still not clear enough.
Hi,
Can i use my own object with your lib? I mean, i have my object Scores, can i give LazyList an ArrayList ?
Of course, i'll have to modify your lib after that but LazyList doesnt recognize Scores (which is normal actually).
Thanks,
The text was updated successfully, but these errors were encountered: