I am querying the images using REST Service where I receive it in a Base64 encoded
format. How do I convert it to Bitmap
, and then put it on the Card? I am using CardScroller
Asked
Active
Viewed 194 times
0

pt2121
- 11,720
- 8
- 52
- 69

ipradhansk
- 352
- 1
- 10
- 36
1 Answers
1
Without giving any code, what you ask is an entire tutorial on how to create and populate a CardscrollerView...
You will need to convert your Base64 image to an imageview first, here is a similar topic : Base64 To Imageview
Then you will need to populate your imageview in your CardScrollView like this example, here is an example : CardScrollView Tutorial
-
ur awsme :) I just needed the image to be displayed..it seems a real simple solution...thanks :) – ipradhansk Oct 04 '14 at 20:53