I'm currently trying to build a Note making app and one of its feature is supposed to be Opening the camera,taking an image and I should display this image on the EditText along with other Text which is already present in the EditText.
I know how to Open the camera,saving the image and stuff but How do you add the Image I captured below/above an EditText?
I believe that we need ImageView to display images but how do I incorporate this in my app along with the EditText?
Something like this...
Kindly point me to anything which helps me in finding how to do it since I'm unable to find anything useful.