-1
我真的不知道,如何在android的listview上使用上下文菜單。所以請爲我提供一些代碼。如何在android的listview上使用上下文菜單?
我真的不知道,如何在android的listview上使用上下文菜單。所以請爲我提供一些代碼。如何在android的listview上使用上下文菜單?
您必須在您的ListView的Activity中調用registerForContextMenu(...)函數。
查看此主題中接受的答案: Custom ListView and context menu. How to get it?