英文: Saving data from fragment to file AndroidStudio 问题 我有Fragment1和Fragment2。 Fragment1是EditTexts的一种...
片段是不可见的,但它的视图可以被点击。
英文: Fragment is invisible but its views could be clicked 问题 我正在尝试实现在点击列表项时启用用户转到新的 Fragment。我已经创建了一个...
过滤掉安卓中来自原始设备制造商的不需要的系统应用程序。
英文: To filter out unwanted system apps from the OEM in android 问题 Sure, here's the translation of yo...
如何在片段中使用 ViewModel?
英文: How to use ViewModel in a fragment? 问题 我正在使用MVVM架构。我有一个活动和几个片段,我想在活动中对API进行请求,然后使用ViewModel根据获取的...
添加地图活动(FragmentActivity)到导航抽屉(Fragment)。
英文: adding a MapActivity (FragmentActivity) to Navigation Drawers (Fragment) 问题 以下是翻译好的内容: 我正在尝试在And...
无法找到接受参数类型为 ‘androidx.lifecycle.LiveData<' 的 ~ItemBinding~ 的设置器。
英文: Cannot find a setter for ~ItemBinding~ that accepts parameter type 'androidx.lifecycle.LiveD...
Androidx:在一个片段中使用按钮导航到另一个片段
英文: Androidx: Using a button in one fragment to navigate to another fragment 问题 我是安卓开发的新手,目前正在开发我的第一...
导航在点击时未跳转到下一个片段。
英文: Navigation doesnt proceed to next fragment on click 问题 在按钮点击时,奇怪的是它不转到其他片段。 activity_main.xml: &...
在另一个片段中的SQLite数据库更新时,更新片段中的ListView。
英文: Update ListView in Fragment when SQLite database is updated in another Fragment 问题 I've got ...
CardView的圆角在截图中没有显示出来。
英文: Cardview Rounded Corners are not showing up in Screenshot? 问题 我试图在DialogFragment中的CardView上进行屏幕截...
13