- 博客(9)
- 收藏
- 关注
转载 DataShow
主界面 xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:padding
2017-06-16 11:25:04
933
转载 Android 内容提供者之读取联系人案例
ContentProvider是不同应用程序之间进行数据交换的标准API,以Uri形式对外提供数据,允许其他应用操作本应用数据。其他应用则使用ContentResolver,并根据ContentProvider提供的Uri操作指定数据 布局文件 xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:to
2017-06-09 16:06:43
1754
转载 发送有序广播
1.布局界面 xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:back
2017-06-02 11:22:22
217
转载 实现网络图片的加载
SmartImageView 是一个Android替代标准ImageView,可以将图像从url(网络地址)或用户的联系人图片中进行加载。通过将图像缓存在内存和磁盘中来使图片加载更快 作为ImageView的替代 可以从一个URL装载图像 可以从手机的联系人通讯录加载图片 布局界面 xmlns:tools="http://schemas.android.com/too
2017-06-01 20:21:36
614
转载 商品展示案例
总布局界面 xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:orien
2017-05-19 10:15:00
241
转载 登录密码
activity_top 顶端布局 xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent"
2017-04-07 20:48:32
261
转载 Activity的四种启动模式
在实际开发中,会根据特定的需求为每个Activity指定恰当的启动模式。Activity的启动模式有四种:standard,singleTop,singleTask,singleInstance.在AndroidMainfest.xml中,通过标签的android:launchMode属性可以设置启动模式。 第一种,standard模式 standard是Activity默认的启动模式,在不指
2017-03-30 11:09:18
275
转载 装备选择
第一步,创建“装备选择”的工程 activity_main.xml android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/pet_imgv" android:layout_gravity="cen
2017-03-30 10:31:03
223
转载 Android UI
实现一个简单的手机信息展示界面:创建线性布局,然后在线性布局中创建相对布局,在相对布局下又添加相应的TextView,在Value中的style.xml下存放抽取出来的样式。 而且在这个界面中我们要实现国际化,因此有相应的资源文件夹,分别命名为values-zh-rCN和values-en-rUS,并将values文件夹下的string.xml复制到这个文件夹下。 xmlns:to
2017-03-14 20:40:50
149
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人