Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to position cursor in EditText on the empty space?

I'm developing a simple IDE for Android and I can't realize feature like "Virtual space" in IntelliJ IDEA. It means that person can put cursor to any position in EditText including empty space. How can I do it?

P.S. I don't want to create complex IDE like IntelliJ IDEA. I've got an app with very simple text editor. Question is about customize cursor behavior in EditText

Comments