Android BottomNavigationView selects menu

사용 언어: Kotlin 1.5.0
사용 버전: Android Studio 4.1.2

안드로이드 BottomNavigationView selects menu를 알아보겠습니다.


BottomNavigationView의 메뉴를 코드로 선택해 봅시다.
BottomNavigationView는 하단 메뉴 선택 영역을 말합니다.




보통은 터치로 선택하지만, 이번에는 코드로 선택하도록 만들겠습니다.






제 메뉴 목록입니다.

위의 id가 필요합니다. 여기서는 foodMenuIntroFragment id를 가진 메뉴를 선택되도록 하겠습니다.



BottomNavigationView를 bottom 변수에 받고, 이것의 selectedItemId를 선택 되도록 만드는 메뉴의 id를 넣으면 됩니다.






실행해 봅시다.






지도를 눌러도 바로 음식 메뉴가 선택되는 것을 볼 수 있습니다.



끝.


카테고리: Android

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

tensorflow tf.random.uniform()

Android Notification with Full Screen

KiCad 시작하기 2 (PCB 만들기)

Android Minimum touch target size

Python bs4.SoupStrainer()

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

음악 총보(Score), 파트보(Part)

tensorflow tf.expand_dims()