I've a okhttp3.MultipartBody.Part in an activity and need to send that to next activity through Intent put extra.
It gives me an error
Parcel: unable to marshal value okhttp3.MultipartBody$Part
As a work around, I've added a static variable in util file and accessing it in next activity.
Is there a possibility to send it in intent?
Is it stopping because it's a huge data?