第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

使用 ViewModel 時(shí)導(dǎo)航不起作用

使用 ViewModel 時(shí)導(dǎo)航不起作用

呼喚遠(yuǎn)方 2023-04-13 15:49:17
我在 android 中使用 Navigation 導(dǎo)航到下一個(gè)片段。整個(gè)應(yīng)用程序看起來(lái)像這樣。導(dǎo)航 XML<?xml version="1.0" encoding="utf-8"?><navigation xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    android:id="@+id/nav_graph"    app:startDestination="@id/landingFragment">    <fragment        android:id="@+id/landingFragment"        android:name="com.varun.matic.fragments.LandingFragment"        android:label="fragment_landing"        tools:layout="@layout/fragment_landing">        <action            android:id="@+id/action_landingFragment_to_signInFragment"            app:destination="@id/signInFragment" />        <action            android:id="@+id/action_landingFragment_to_signUpFragment"            app:destination="@id/signUpFragment" />        <action            android:id="@+id/action_landingFragment_to_homeFragment"            app:destination="@id/homeFragment" />    </fragment>    <fragment        android:id="@+id/signInFragment"        android:name="com.varun.matic.fragments.SignInFragment"        android:label="fragment_sign_in"        tools:layout="@layout/fragment_sign_in">        <action            android:id="@+id/action_signInFragment_to_homeFragment"            app:destination="@id/homeFragment" />    </fragment>    <fragment        android:id="@+id/signUpFragment"        android:name="com.varun.matic.fragments.SignUpFragment"        android:label="fragment_sign_up"        tools:layout="@layout/fragment_sign_up">        <action            android:id="@+id/action_signUpFragment_to_homeFragment"            app:destination="@id/homeFragment" />    </fragment>    <fragment        android:id="@+id/homeFragment"        android:name="com.varun.matic.fragments.HomeFragment"        android:label="fragment_home"        tools:layout="@layout/fragment_home" /></navigation>問(wèn)題當(dāng)我處于signInFragment或“ signUpFragment ”時(shí),我無(wú)法返回登錄頁(yè)面或前進(jìn)到“ homeFragment ”
查看完整描述

1 回答

?
拉莫斯之舞

TA貢獻(xiàn)1820條經(jīng)驗(yàn) 獲得超10個(gè)贊

你應(yīng)該這樣做


@Override

public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle 

  savedInstanceState) {

  bindings = DataBindingUtil.inflate(inflater, R.layout.layout, container, false)

  bindings.lifecycleOwner = fragment        

  return binding.root

}


查看完整回答
反對(duì) 回復(fù) 2023-04-13
  • 1 回答
  • 0 關(guān)注
  • 126 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)