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
Post a Comment