【发布时间】:2019-10-31 14:39:29
【问题描述】:
我想使用安全参数将Bitmap 作为参数传递给另一个片段。传递位图的正确argType 是什么。
<fragment
android:id="@+id/nextFragment"
android:name="com.example.----.NextFragment"
android:label="fragment_next"
tools:layout="@layout/fragment_next" >
<argument
android:name="image"
app:argType="???"
android:defaultValue="???" />
</fragment>
【问题讨论】:
标签: android android-architecture-components android-jetpack android-architecture-navigation android-safe-args