I'm new to Android programming. What I'm trying to do is get a image from the gallery or take it from the camera, and insert into the edittext which might have texts on it. (e.g., text....text...text.. [IMAGE])
How should the code for getting a image and insert it into the selected cursor point of the edittext?