Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Own object #16

Open
quentin23soleil opened this issue Aug 9, 2012 · 1 comment
Open

Own object #16

quentin23soleil opened this issue Aug 9, 2012 · 1 comment

Comments

@quentin23soleil
Copy link

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,

@thest1
Copy link
Owner

thest1 commented Aug 10, 2012

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.

2012/8/10 Quentin DOMMERC notifications@github.com

Hi,

Can i use my own object with your lib? I mean, i have my object Scores,
can i give LazyList an ArrayList ?

Thanks,


Reply to this email directly or view it on GitHubhttps://github.com//issues/16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants