I'm new in Android and trying to let the user to attach picture to the text and when he/she hit send I will send the image to the backend.
I'm trying to do something like hangout or Samsung message application where the chosen image is getting placed inside the EditText, I've been searching for a while but I'm not what what to look for, any one aware of a library that does that? or steps that I need to follow to do this?
Please note that I have everything else working.