Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Data binding #11

Closed
krunalgandhijksol opened this issue Aug 12, 2016 · 0 comments
Closed

Data binding #11

krunalgandhijksol opened this issue Aug 12, 2016 · 0 comments

Comments

@krunalgandhijksol
Copy link

hello, i wanted to do something like nested recyclerview and then i found this library.
I am creating an android application based on this project.

but i m stuck at this :

String url = "http://www.lorempixel.com/40" + viewHolder.row + "/40" + viewHolder.cell + "/";
Picasso.with(viewHolder.imageView.getContext()).load(url).into(viewHolder.imageView);

how can i bind arrays of images in this?

listImages1["path1", "path2", "path3", "path4"]
listImages2["samplePath1", "samplePath2", "samplePath3", "samplePath4"]
listImages3["tempPath5", "tempPath6", "tempPath7", "tempPath8"]

A little help will solve my issue... :)

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

No branches or pull requests

1 participant