Android Retrieving Image And Text From Parse.com And Using It In An Adapter
Actually, I want to use this library'Aphid-FlipView-Library'to do an animation of flipping. The images and texts I want to flip are from Parse.com. I've already could flip the imag
Solution 1:
In the adapter, texts
should be an ArrayList<String>
, not an ArrayList<Bitmap>
. I don't know if this fixes but surely is an issue.
Post a Comment for "Android Retrieving Image And Text From Parse.com And Using It In An Adapter"