0

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

pt2121
  • 11,720
  • 8
  • 52
  • 69
ipradhansk
  • 352
  • 1
  • 10
  • 36

1 Answers1

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

Community
  • 1
  • 1
Pull
  • 2,236
  • 2
  • 16
  • 32