0

I want implement an android application in kotlin where i can send capured photo or images via sms .I would like someone to explain me the process , how it works and how could i figure this out ?

  • Will the receiver also have you app installed? Because then you could possibly encode image data to base64 and then decode on the receiver side back to image. – Orcun Jun 07 '23 at 07:15
  • @Orcun but is there a possibility to do it without installing the app on the receiver side ? – Patrick Renaud Jun 07 '23 at 08:46
  • Not sure tbh. If the receiver does not have the app installed, a more creative approach is required. Maybe sending it in a format a browser can open when pasted without using internet? Check this: https://stackoverflow.com/a/75590871/2895045 Idea is converting a tiny image to base64 string and make a browser open it without internet. Try to paste the data into browser address field and you will see the image directly. – Orcun Jun 07 '23 at 14:14

0 Answers0