摘要: 先演示一下如何在一个activity中放置两个Fragment,先定义两个Fragment <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/a 阅读全文
posted @ 2016-08-25 21:17 docyard 阅读(208) 评论(0) 推荐(0)
摘要: 先上fragment静态加载的代码 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation= 阅读全文
posted @ 2016-08-25 02:41 docyard 阅读(214) 评论(0) 推荐(0)
摘要: 一、使用ViewPager开发新特性引导界面 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layou 阅读全文
posted @ 2016-08-25 01:22 docyard 阅读(920) 评论(0) 推荐(0)