Hello. I want to develop something like this When you type some text in a text edit; then you put your finger in text edit to move the cursor. On iPhone, when you do this, a small magnifier is displayed near your finger to help you locate the cursor.
Does anybody have idea about how to do this? My solution is as below 1) Get the touch event position on the screen, let's say the cursor 2) Display an image view (draw a magnifier picture) near the cursor, and make the image view translucent 3) Copy a small screen around the cursor, and draw it at the same position we are doing at step 2) 4) When user moves finger on the screen, redo 1), 2) and 3) Can anybody give me some suggestions? Is this a good solution? Or, do you have ideas about how to do this with a better way? Thank you very much for your help and suggestions. Merry Christmas ^_^ Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

