티스토리 뷰
이번 포스팅에서는 GridView item click 시 menu 가 나오게 하는 방법 중 context menu 를 이용하는 방법에 대해 알아보자.
참고로, 지난 포스팅에서는 GridView 에 text + image 목록 출력, click 처리 하는 방법에 대해 알아 보았다.
[Android/UI] - GridView (2) - GridView 에 image + text 출력하기
[Android/UI] - GridView (3) - GridView item 의 click 처리하기
Menu XML resource file 추가
GridView item click 시 나오는 menu 를 XML 로 추가하자.
1. 하단 그림과 같이 res 폴더 안에 'menu' 라는 이름으로 폴더를 추가
2. 'main_list_menu.xml' 를 하단과 같이 생성
3. 1번에서 생성한 menu 폴더에 'main_list_menu.xml' 파일을 추가한다.
GridView 에 context menu 등록
새로 생성한 'main_list_menu.xml' 를 GridView 에 등록하자.
1. registerForContextMenu : GridView 에 context menu 를 등록
2. onCreateContextMenu : Context menu 가 활성화될 때 가장 먼저 호출된다. 이곳에서 menu item 을 생성 하거나 추가할 수 있다.
3. onContextItemSelected : Context menu 가 활성화되고 특정 menu item 을 click 했을 때 호출된다.
Source code
https://github.com/parkho79/GridView_3
'Android > UI' 카테고리의 다른 글
GridView (6) - GridView item 추가, 수정, 삭제 (0) | 2021.02.17 |
---|---|
GridView (5) - GridView item long click 시 popup menu 출력하기 (0) | 2021.02.17 |
GridView (3) - GridView item 의 click 처리하기 (0) | 2021.02.09 |
GridView (2) - GridView 에 image + text 출력하기 (0) | 2021.01.26 |
GridView (1) (0) | 2021.01.07 |
- Total
- Today
- Yesterday
- 리워드 어플
- onContextItemSelected
- mPANDO
- Android Service
- onCreateContextMenu
- StringUtils
- M2E
- RoomDatabase
- 무료 채굴
- StartService
- task 생성
- 리워드앱
- 앱테크
- bindservice
- registerForContextMenu
- Intent
- android task
- android activity flag
- p2e
- notifyDataSetChanged
- android flag activity
- android intent
- 무료채굴
- 채굴앱
- 안드로이드 서비스
- WEMIX
- 안드로이드 인텐트
- BroadcastReceiver
- task
- 앱테크 추천
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |