Android 应用开发:从 Penny Drop 到 Android Baseball League
1. 为 Penny Drop 应用添加“关于应用”部分
1.1 创建 AboutFragment
为了给用户提供应用相关信息,如开发者、开发原因以及非 Google Material Design 库图标来源等,我们要创建 AboutFragment 。若想查看完整的 XML 文件,可查看对应文件夹中的 fragment_about.xml 。
1.2 处理导航到 AboutFragment
- 添加到导航图 :在
nav_graph.xml中添加AboutFragment的新条目:
<?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"
android:id="@+id/nav_graph"
app:startDestination="@id/gameFragment">
<!-- Other <fragments ... /> still live
超级会员免费看
订阅专栏 解锁全文
86

被折叠的 条评论
为什么被折叠?



