πŸ€”
TIL
  • README
  • root
    • Android
      • TextView
      • Intent
      • RecyclerView
      • ImageView
      • Style
      • Activity
      • Databinding
      • EditText
      • RxJava
      • Fragment
    • Code
      • κ°€μž₯ λ§Žμ€ 정보λ₯Ό κ°€μ§„ 객체
    • Shell
      • script
        • 초기 μ„€μ •
        • κΈ°λ³Έ 문법
      • chmod
  • Blog
  • Github
Powered by GitBook
On this page

Was this helpful?

  1. root
  2. Android

Activity

overridePendingTransition()

Activity 의 Transition μ—λ‹ˆλ©”μ΄μ…˜μ„ μ§€μ •ν•  수 있음. super λ©”μ†Œλ“œ λ‹€μŒμ— ν˜ΈμΆœν•΄μ€˜μ•Ό 정상 μž‘λ™

super.onCreate(..)
overridePendingTransition(showAnim, hideAnim)

super.finish()
overridePendingTransition(showAnim, hideAnim)
PreviousStyleNextDatabinding

Last updated 5 years ago

Was this helpful?