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
- InAppPurchase
- dispatchQueue
- SplashFragment
- HTML
- Android
- DispatchTouchEvent
- 스터디
- Alamofire
- ViewModel
- Kotlin
- IOS
- 개발
- SWIFT
- RxJava
- RecyclerView
- progressbar
- CalendarView
- 실행지연
- javascript
- retrofit2
- Dropdown
- MotionEvent
- UIPickerView
- web
- CSS
- viewpager2
- imagepicker
- ayncAfter
- MemoList
- aab
Archives
- Today
- Total
목록coroutine (1)
멜팅비의 개발 공부
[Android-Kotlin] SplashFragment에서 화면이동하기
SplashFragment를 MotionLayout으로 구현한 뒤 애니메이션이 끝난 뒤 MainFragment로 이동이 필요했다. 보통은 Activity로 구현해서 SplashActivity에서 MainActivity를 Intent로 실행시킨 뒤 SplashActivity를 종료시켰지만, 이번 프로젝트는 single Activity 구조로 Navigation을 통해 화면을 이동시켰다. override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) Handler(Looper.getMainLooper()).postDelayed({ lifecycleScope.laun..
개발 공부/[Android 개발]
2021. 3. 2. 20:23