I want to capture keyboard input and put the text on a canvas. When the user clicks a button I want to open the keyboard and then capture what they type and put that on the canvas. Can this be done? If so is there an example somewhere? I am getting a signature does not match expected signature error.
Oh. So I can set the left of the edittext box to screenwidth + 10? That's cool I didn't know you could do that.
I thought I deleted that part about the error. I figured it out. Thanks Erel.
I put the code in the textchanged event but it doesn't put it on the screen until I press the Done button. I want it to show each letter as it is typed.