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 | 29 | 30 |
Tags
- recyclerview
- BOJ
- View
- activity
- 안드로이드
- AppBarLayout
- 알고리즘
- 백준
- CoordinatorLayout
- kotlin
- sqlite
- Navigation
- Behavior
- Algorithm
- hilt
- LiveData
- CollapsingToolbarLayout
- ViewModel
- room
- lifecycle
- DataBinding
- Android
- Coroutine
- 알림
- HTTP
- CustomView
- notification
- onMeasure
- 코틀린
- onLayout
Archives
- Today
- Total
개발일지
Android in A..Z - Navigation (Activity Pop Animation) 본문
Android (안드로이드)/Navigation
Android in A..Z - Navigation (Activity Pop Animation)
강태종 2021. 7. 3. 13:09ActivityNavigator에서 Transition을 설정하면 된다.
해당 코드를 Activity finish에 작성한다.
override fun finish() {
super.finish()
ActivityNavigator.applyPopAnimationsToPendingTransition(this)
}
Git (예제소스)
github.com/KangTaeJong98/Example/tree/main/Android/Navigation
KangTaeJong98/Example
My Example Code. Contribute to KangTaeJong98/Example development by creating an account on GitHub.
github.com
'Android (안드로이드) > Navigation' 카테고리의 다른 글
Android in A..Z - Navigation (Material Design) (0) | 2021.04.06 |
---|---|
Android in A..Z - Navigation (Safe Args) (0) | 2021.04.06 |
Android in A..Z - Navigation (Action) (0) | 2021.04.06 |
Android in A..Z - Navigation (기본) (0) | 2021.04.06 |
Comments