I have to create an activity
which should contain a square text box in which user can write notes and save by clicking a button.
The sample activity is attached here:
I've done enough research, the most I found to create custom TextView
in that I can give input texts in a single line, but I need to create like I can go for a next line while giving input itself.
Can any body help me out how to perform this task?