i’m having hard time figuring out how to send an image which is living only in memory of an aplication to another aplication (aka something like here but instead reading from filesystem read an image from memory).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
thats what are intents for
You can also create an socket connection between the 2 apps (its more a quick and dirty solution )
anyway here are some intent examples
http://www.balistupa.com/blog/2009/08/passing-data-or-parameter-to-another-activity-android/