I have been asked to design an app that allows the user to take an image. At the top of the image there should be data such as imageNo
and workOrder
.
At the minute, I have two TextViews at the top of my activity, an ImageView below and then a green button at the end like so: ImageScreenshot
When I click the green button I would like to send this full screen, textviews and image all as one file/image to a destination - like a screenshot.
Is there any libraries out there or does anyone know how I could achieve this?
Thanks!