How to pass bitmap from one activity to another

后端 未结 4 1658
再見小時候
再見小時候 2020-12-04 02:11

i have bitmap in ActivityA i want to pass the bitmap from here to ActivityB, i googled for this. when i use this

Intent intent = new Intent(this, NewActivit         


        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 02:43

    I dont think that is the right method... you can use this link for the feature to be implemented. i too have used something like this itself.

提交回复
热议问题