context menu 란 롱클릭시 나타나는 메뉴 When you register a View to a context menu, the context menu is revealed by performing a "long-click" on the UI component (press and hold the touch screen or highlight and hold down the selection key for about two seconds).. ContextMenu의 사용 리스트 뷰에서 onCreate() 에서 registerForContextMenu(getListView()); 하여 컨텍스트 등록 onCreateContextMenu() 에서 menu.add(0, DELETE_ID, 0, R.stri..