- 博客(12)
- 收藏
- 关注
原创 Fragement的使用
Fragement(碎片) 的使用 Fragment :在Activity中使用的碎片,有自己的布局、生命周期和输入事件 使用FragmentManager 作用:管理多个Frament之间的交互和传值的 android 3.0以前版本:当前Activity需要继承FragmentActivity并引入v4包 Activity.getFragmentManager(
2015-09-24 20:58:56 321
原创 CursorLoaderSms。 Loader 实现短信的即时刷新
注册表添加:获取短信的读写功能 MainActivity.java文件 1.初始化UI控件 public class MainActivity extends Activity implements LoaderCallbacks { private ListView listView; private TextView emptyTextView
2015-09-22 17:11:20 320
原创 ToggleButton
layout .xml http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" >
2015-09-12 15:50:25 319
原创 switch
Layout .xml 文件 http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_paren
2015-09-12 15:41:00 245
原创 RadioButton的两种显示方式
在页面显示效果,单选按钮 第一种方式: 实现onCheckedChangeListener接口 layout.xml文件 http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" an
2015-09-12 15:09:14 969
原创 ImageView属性中需要注意的scaleType的用法
ImageView 属性: Android: src=“@drawable/” 图像资源 Android:scaleType="center";//保持图片原尺寸,居中显示,超出部分不显示 Android:scaleType="centerCrop";//按比例扩大图片尺寸,居中显示,超出部分不显示 Android:scaleType="centerInside";//
2015-09-11 20:04:08 276
原创 展示在屏幕上的控件的归纳
展示在屏幕上的控件: TextView文本控件:用于展示文本内容 android:text 文本内容 android:textSize 字号,单位:sp android:textColor 文字颜色 android:singleLine 设置是否单行显示 android:drawable+四个方向 在文本控件中添加图片 android:drawablepadding 图片
2015-09-11 19:52:26 611
原创 ImageButton 通过点击图像,完成提交的信息
ImageButton图像按钮: 通过图像点击 Layout.xml http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_
2015-09-11 19:49:36 287
原创 checkBox用法
checkBox (复选按钮): 1. layout.xml 布局文件 http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout
2015-09-11 19:41:36 360
原创 button按钮的四种监听方式
实现Button 点击事件的四种监听方法: 在logcat中可以查看打印日志 第一种: 自定义监听器:MainActivity.java ***包名**** public class MainActivity extends Activity { private Button button; @Override protected void onCreate(Bun
2015-09-11 17:57:29 1597
原创 四种布局属性
线性布局LinearLayout: 只能水平/垂直方向单一排列 android:layout_width 宽 android:layout_height 高 属性值:fill_parent(不推荐), match_parent(匹配父容器),wrap_content(包围内容), 自定义尺寸 android:background 背景色 RGB,ARGB android:gravit
2015-09-11 17:29:23 317
原创 安卓的历代版本
Android操作系统曾有两个预发布的内部版本,它们的代号分别是铁臂阿童木(Astro)和发条机器人(Bender) Android 1.5 Cupcake(纸杯蛋糕)2009.4.30 Android 1.6 Donut(甜甜圈)2009.9.15 Android 2.0/2.0.1/2.1 Eclair(松饼)2009.10.26 Android 2.2/2.2.1 Froyo(冻
2015-09-11 17:26:41 803
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人