일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 이모지
- kotlin
- jetpack compose
- 장자명언
- Flutter
- Streaming
- 좋은글필사하기
- DART
- Freesound
- 1인개발자
- 이모지메모
- 소울칼리버6
- Android
- 벤자민플랭클린
- recyclerview
- 코틀린
- FSM
- 파이썬
- 넷플릭스
- 명언모음
- bash
- Coroutine
- 명심보감
- 오픈소스
- ASMR
- Linux
- Firebase
- 공부집중
- 공자명언
- androidx
- Today
- Total
Vintage appMaker의 Tech Blog
[link 모음] Android Transitions를 이용한 Animation 본문
[link 모음] Android Transitions를 이용한 Animation
VintageappMaker 2021. 7. 5. 09:53Android의 화면전환시 애니메이션에 대한 링크모음
🎨 Github예제: 가장 깔끔하게 정리를 잘한 레포지토리.
Activity, Fragment, Layer 간의 화면이동시 적용되는 대부분의 애니메이션에 대한 설명과 예제를 다루고 있다.
lgvalle/Material-Animations
Android Transition animations explanation with examples. - lgvalle/Material-Animations
github.com
🎨 Shared Element 위주설명:
Activity, Fragment, Layer에서 Shared Element를 다루고 있다.
Using shared element transitions in activities and fragments - Android Authority
We discuss how to use shared element transitions in both Activities and Fragments. The article covers both static and dynamically generated Views.
www.androidauthority.com
🎨 Shared Element 실사용 예제:
가장 흔하게 보는 Shared Element를 다루고 있다.
Shared Element Activity Transition | CodePath Android Cliffnotes
Overview Traditionally transitions between different activities or fragments involved enter and exit transitions that animated entire view hierarchies independent to each other. Example of such transitions are a fade transition, slide transition or the new
guides.codepath.com
🎨 Animation 위주설명:
기초적인 Animation에 대한 설명을 정리
Animations | CodePath Android Cliffnotes
Overview Android supports powerful animations for both views and transitions between activities. There are three animation systems that work differently for different cases but the most important are Property animations. Property animations allow us to ani
guides.codepath.com
'Source code or Tip > Android(Java, Kotlin)' 카테고리의 다른 글
[android] code로 view의 weight 조절 (0) | 2021.07.22 |
---|---|
RecyclerView 가로스크롤 자석효과 (0) | 2021.07.17 |
[gradle] 한 프로젝트의 다양한 Gradle 빌드환경 - Build Variant (0) | 2021.07.02 |
BottomSheetDialogFragment 배경을 투명하게 (0) | 2021.06.29 |
[XML] Android Progress Vertical로 만들기 (0) | 2021.06.22 |