Displaying Multiple Images From Parse.com Using Recyclerview Is Only Displaying One Of My Three Images
I have three images stored in a table class called: 'events' and table column called: 'image' on Parse.com I used two queries 1 to handle the displaying of the images and one to ge
Solution 1:
instead of reading the ParseFile yourself, try using the Url approach mentioned here:
Displaying ParseFile Containing Images Using Their Urls In A RecyclerView
Post a Comment for "Displaying Multiple Images From Parse.com Using Recyclerview Is Only Displaying One Of My Three Images"