menu capability
Is there any way to do a popup menu that is activated by a process within the program, such as the JPopupMenu class of Swing? All I can find in the android literature is an options menu that can only be activated开发者_开发问答 by pressing a menu button, and the context menu that can only be activated by a long press.
You can use a TranslateAnimation
Maybe this is also helpful: http://developerlife.com/tutorials/?p=343
精彩评论