Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 1차원 DP
- 2차원 dp
- 99클럽
- @BeforeAll
- @BeforeEach
- @Builder
- @Entity
- @GeneratedValue
- @GenericGenerator
- @NoargsConstructor
- @Query
- @Table
- @Transactional
- Actions
- Amazon EFS
- amazon fsx
- Android Studio
- ANSI SQL
- ApplicationEvent
- assertThat
- async/await
- AVG
- AWS
- Azure
- bind
- builder
- button
- c++
- c++ builder
- c03
Archives
- Today
- Total
기록
[issue] deprecated/BottomNavigationView.OnNavigationItemSelectedListener 본문
Moblie/Android
[issue] deprecated/BottomNavigationView.OnNavigationItemSelectedListener
youngyin 2022. 4. 18. 10:58문제
Bottom navigation 작성 도중에 OnNavigationItemSelectedListener가 deprecated 된 이슈를 발견했다.
해결 방법 찾기
공식문서를 살펴보면, setOnItemSelectedListener를 사용해야 한다고 하고 있다.
수정된 코드
'Moblie > Android' 카테고리의 다른 글
andriodStudio/다크 테마 지원하기 (0) | 2022.05.11 |
---|---|
androidStudio/kotlin/cutomview (0) | 2022.04.25 |
androidStudio/compose (0) | 2022.04.14 |
androidStudio/kotlin/navigation+BottomNavigationView (0) | 2022.04.08 |
[issue] Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) version , please retry with version XXXX.X.X or newer. (0) | 2022.04.06 |
Comments