第四章、android入门
摘要:###安卓入门 ####七、ViewPager #####1、ViewPager layout1.xml、layout2.xml、layout3.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http:
阅读全文
第三章、android入门
摘要:###安卓入门 ####五、动画 #####1、逐帧动画(frame-by-frame animation) frame.xml(必须放在drawable下) <?xml version="1.0" encoding="utf-8"?> <!--android:oneshot值为true表示只执行一
阅读全文
第二章、android入门
摘要:###安卓入门 ####三、布局 #####1、LinearLayout <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr
阅读全文