上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 52 下一页
摘要: 1.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="fill_ 阅读全文
posted @ 2016-02-13 14:26 shamgod 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1.AndroidManifest.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="mars. 阅读全文
posted @ 2016-02-13 13:43 shamgod 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 一、代码 1.xml(1)activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/ 阅读全文
posted @ 2016-02-13 11:54 shamgod 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 一、Intent简介 二、代码 1.activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android 阅读全文
posted @ 2016-02-12 22:27 shamgod 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 一、AppWidget介绍 1.要在手机生成AppWidget需的东西 (1)AppWidgetProviderInfo a).res\xml\example_appwidget_info.xml b)a中需要布局文件res\layout\example_appwidget.xml来定义AppWid 阅读全文
posted @ 2016-02-12 18:15 shamgod 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1.main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:lay 阅读全文
posted @ 2016-02-12 17:26 shamgod 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 一、 1 public class CountriesActivity extends Activity { 2 protected void onCreate(Bundle icicle) { 3 super.onCreate(icicle); 4 setContentView(R.layout. 阅读全文
posted @ 2016-02-12 16:14 shamgod 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 一、文档用法 1.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:l 阅读全文
posted @ 2016-02-12 16:11 shamgod 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1.strings.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 4 <string name="app_name">S02_E01_SpinnerEtc</string> 5 <string name="hello_wor 阅读全文
posted @ 2016-02-12 15:41 shamgod 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:layout_w 阅读全文
posted @ 2016-02-12 13:08 shamgod 阅读(202) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 52 下一页
haha