studentPDY

2019年10月28日

第七次作业(fragment)

摘要: Fragment,简称碎片,是Android 3.0(API 11)提出的,为了兼容低版本,support-v4库中也开发了一套Fragment API,最低兼容Android 1.6。 Fragment是依赖于Activity的,不能独立存在的。 一个Activity里可以有多个Fragment。 一个Fragment可以被多个Activity重用。 Fragment有自己的生命周期,并能接收输 阅读全文

posted @ 2019-10-28 22:32 studentPDY 阅读(125) 评论(0) 推荐(0)

第七次作业(手机充值)

摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" andro 阅读全文

posted @ 2019-10-28 22:31 studentPDY 阅读(76) 评论(0) 推荐(0)

第七次作业(QQ登录)

摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" andro 阅读全文

posted @ 2019-10-28 22:07 studentPDY 阅读(131) 评论(0) 推荐(0)

导航