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

pass data to adapter #1

Open
coanag opened this issue Sep 2, 2014 · 1 comment
Open

pass data to adapter #1

coanag opened this issue Sep 2, 2014 · 1 comment

Comments

@coanag
Copy link

coanag commented Sep 2, 2014

I'm testing your library to my app.
How can i pass an arraylist to the adapter?
Thanks in advance

@bearprada
Copy link
Owner

do you mean ArrayAdapter?

ArrayAdapter<Object> arrayAdapter = new ArrayAdapter<Object>();
ReadMoreAdapter<ArrayAdapter<Object>> mAdapter = new ReadMoreAdapter(arrayAdapter, 100, 100);

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