Hi, glad to see you. I had a question about Android code, could you help me? Now I want to create an icon that could be move with such as animation or others on the screen, and it also could handle the click event. First, I used class Drawable to create the icon, it can move through animation, but it can not support click event, because there is no listener in it. Second, I used View to create it, it can move through animation too, but when it moved, only the area where we set it through layout (int,int,int,int) can get the click event. how could I do to make it move and can be clicked on where is move to? Thanks very much. If you knows, could you tell me? My Email is :[email protected], thanks~
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

