摘要: 一、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.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:06 shamgod 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 文档是这样来设置样式 <ProgressBar android:layout_width="wrap_content" android:layout_height="wrap_content" style="@android:style/Widget.ProgressBar.Small" andro 阅读全文
posted @ 2016-02-12 13:03 shamgod 阅读(158) 评论(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 12:03 shamgod 阅读(185) 评论(0) 推荐(0) 编辑
haha