I'm wondering what the best way to share multiple images and text in one-go. The text belongs to the images as descriptions
I have researched some and you can convert images to binary, place them in a json file and open certain files with your app, read the text and convert the binary back to bitmaps.
However this requires you to send a file with multiple binary images, which can grow a bit big. It is also cpu intensive
I was thinking of sharing these files over e-mail or whatsapp, but my question is: Is there any better way to do this?