long press gesture is context menu. there should be more gesture supported by android, something like gesture in opera: L means close, and some navigate back/forward or others. the map app implements gesture inside mapview with hardcoding. it appears the most code in mapview, bad smell.
On 3月29日, 下午12时23分, Paul Marrington <[EMAIL PROTECTED]> wrote: > That will require careful design. I see there is a gesture api for > maps, but I haven't investigated it. I use the onTouch event to work > out gestures specific for my program. Since they mean special things, > I don't know how global gestures will help. Will have to wait and see. > And, yes between gestures, buttons and drag-and-drop I am hoping ot > minimise or eliminate need for a keypad in my application at least. > > On Mar 28, 1:47 pm,steeven<[EMAIL PROTECTED]> wrote: > > > gesture should be standard for all applications, it's terrible if each > > app defined their own gesture. so, android can provide a default > > global gesture switch, and send gesture event as common mouse event, > > key event or system event. > > > keypad may not required anymore if gesture are strong enough. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
