Android Question load .mpo file

dotdot

New Member
Hi~

I use Bitmap to load a mpo image as following.
Dim b as bitmap
b.Initialize(imagesFolder,"test.mpo")

But It only show the left side picture, How can I read mpo picture file (Left + Right)?

Thank You~
 

Attachments

  • test.jpg
    test.jpg
    52.5 KB · Views: 229
  • test_mpo.zip
    68.2 KB · Views: 232
Top