<Possibility to draw and fill edittext at the same...
# stackoverflow
u
Possibility to draw and fill edittext at the same time I have an application with notes, where I have two edit texts -> title, description. It saves data to room, then display it in recyclerview. I would like to have possibility when I enter addingFragment where I put title and description also have a possibility to draw on this. My idea was to create somekind of two buttons with options (write text or draw) write text will be work as now, but it will draw on bitmap programmatically generated and when I click on draw button I will draw on this...