I want to accept text input in android without using an EditText. I am trying to create a drawing application (sorta) anyway, I need to accept text input on a zoomable view that I created. Then I want to display the text where ever the user has indicated. Displaying the text isn't the problem though, just accepting input. I figured out how to show the soft keyboard but the okKey and okKeydown stuff doesn't appear to do what I need and appears more related to handling physical keyboards.
Any ideas?