How to get the edittext cursor position on Android , and show a popup window in this position, in twitter, when you taped '@', it will show a popupwindow, and I want to know how to finish this work.
Asked
Active
Viewed 641 times
2
-
You can watch for '@' key event and showing a popup when it's detected. – Alex L. Oct 29 '14 at 09:44
-
2Maybe you are looking for this http://stackoverflow.com/a/6900610/706833 – Luis Pereira Oct 29 '14 at 09:46