Selecting text on TextView (android 2.2)
How to implement selecting text capability on Android 2.2? I searched Google but can't find a solution. This is the only way I've found (from google) to support it for android 1.6+, it works but it's not ideal, I think in stock android you can't hold down a webview to highlight until v2.3, but I may be mistaken.. By the way this is for a webview, it might also work on textview, but I haven't tried it (Note: this is currently what my shipped app is using, so it works with all the phones I've had it tested on, but the only reason I found this question was because I was searching and hoping that