Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Android Architecture Componentの Navigationで少しは...

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Android Architecture Componentの Navigationで少しはまった話

Avatar for bigbackboom

bigbackboom

July 23, 2019
Tweet

More Decks by bigbackboom

Other Decks in Technology

Transcript

  1. Navigationͱ͸ʁ — Google I/O 2018Ͱൃද͞ΕͨAndroid Architecture ComponentͷҰͭ — FragmentؒͷભҠΛϘτϜφϏͳͲͰߦ͏ͳͲෳࡶͳཁ݅ ͷͨΊʹ։ൃ͞Εͨɻ

    — backstackͷ؅ཧ͕೉͍͠ — fragmentࣗମͷlifecycle͕ෳࡶ — ݟͨ໨͸iOSͷstoryboardͳͲʹ͍͕ۙɺ࢖༻ൣғ͸͍ͩ
  2. KeepStateNavigator.kt ίʔυΛमਖ਼ ҎԼͷߦΛҰͭ௥Ճ͢Δ͚ͩɻ var fragment = manager.findFragmentByTag(tag) fragment?.arguments = args

    if (fragment == null) { val className = destination.className fragment = manager.fragmentFactory.instantiate(context.classLoader, className) transaction.add(containerId, fragment, tag) } else { transaction.attach(fragment) }