自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 新闻客户端

1.首先编写程序对应的布局文件:     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     tools:context=".MainActivity"     andr

2017-06-13 16:50:14 208

原创 网络加载图片

1.编写页面布局代码:     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:orientation="vertical"     tools:cont

2017-06-06 18:45:31 182

原创 拦截有序广播

1.首先创建布局文件:     xmlns:tools="http://schemas.android.com/tools"     android:id="@+id/activity_main"     android:layout_width="match_parent"     android:layout_height="match_parent"     android

2017-06-02 11:25:17 300

原创 用户登录

代码如下:     xmlns:app="http://schemas.android.com/apk/res-auto"     xmlns:tools="http://schemas.android.com/tools"     android:id="@+id/activity_main"     android:layout_width="match_parent"   

2017-05-10 22:03:16 269

原创 商品展示

1. 商品展示创建对应的布局文件: 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="@+i

2017-05-10 21:21:13 231

原创 android的安装

搭建开发环境 在Android官网上下载最新的开发工具, 下载的是一个安装包,安装过程很简单,一直点击next,

2017-05-02 20:38:37 265

原创 装备选择

1创建程序,设计用户交互界面,代码如下:     xmlns:tools="http://schemas.android.com/tools"     android:id="@+id/activity_main"     android:layout_width="match_parent"     android:layout_height="match_parent"   

2017-04-14 21:44:54 126

原创 Android启动模式

在layout,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"

2017-04-10 21:43:08 167

原创 手机信息制作

做的过程中遇到了在一次运行的故障,我又重新换了电脑运行的。 1.先创建一个线性布局,并在线性布局中创建4个相对布局 在线性布局中编辑     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_heig

2017-03-14 15:52:17 270

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除