上下文菜单简述

来源:互联网 发布:淘宝详情页倒计时代码 编辑:程序博客网 时间:2024/06/01 18:55

 

registerForContextMenu   注册上下文菜单 对于长按某些视图(例如Listview等)以后便能弹出次上下文菜单

覆写以下2个方法

1、public boolean onContextItemSelected(MenuItem item)

 

item.gettitle().tostring() 取出选中上下文菜单的内容

 

2、public void onCreateContextMenu(ContextMenu menu, View v,ContextMenuInfo menuInfo)

 

原创粉丝点击