- 博客(8)
- 收藏
- 关注
原创 发送有序广播
首先编写用户交互页面:<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/acti
2017-06-02 11:27:43
214
原创 网络图片浏览器
首先创建案例的布局:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="
2017-05-19 10:37:09
312
原创 文章标题
商品展示用户交互界面: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id
2017-05-08 21:09:40
146
原创 文章标题
设置登陆页面:activity_main.xml:<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android
2017-04-09 20:18:11
171
原创 装备选择
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="matc
2017-03-28 21:40:46
135
原创 Activity的四种启动模式
1、standard模式 standard 是Activity默认的启动模式,遵循后入先出的特点: 2、singleTop模式 当启动的Activity已经位于栈顶时,则直接使用它不创建新的实例。如果启动的Activity没有位于栈顶时,则创建一个新的实例位于栈顶。 3、singleTask模式 首先检查栈中是否存在该Activity的
2017-03-28 20:55:14
148
原创 android studio 的安装
双击进入安装界面: 并选择安装的插件: 选择android studio 和SDK的安装目录: 设置内存: 开始安装: 安装成功:
2017-03-14 18:05:59
237
原创 登录界面
在操作过程中登录界面的设置里有两个按钮,但是第一次没有显示颜色,代码如下: btn_shape_after的命名出现了错误,导致环境不能识别: 经过改正两个按钮明显有了颜色:
2017-03-14 17:32:58
527
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人