自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 实现点击按钮连接网页

启动浏览器sUrl 就是你要打开的网址Intent intent = new Intent();intent.setData(Uri.parse(sUrl));intent.setAction(Intent.ACTION_VIEW);actMain.this.startActivity(intent);启动浏览器Intent intent=new I

2017-06-06 10:01:04 2872

原创 发送有序广播

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="@+id/activit

2017-06-02 10:29:30 170

原创 图片搜索

1.创建界面    xmlns:tools="http://schemas.android.com/tools"    android:id="@+id/activity_main"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orie

2017-05-15 19:01:01 197

原创 商品展示

1.编写界面布局http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    android:id="@+id/activity_main"    android:layout_width="match_parent"    android:l

2017-05-05 18:38:16 220

原创 登录界面

1.创建主界面代码如下:http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    android:id="@+id/activity_main"    android:layout_width="match_parent"    and

2017-04-07 21:25:44 244

原创 装备选择

1.在layout中创建程序(activity.main)用来编写主界面代码如下:http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    android:id="@+id/activity_main"    android:layout_

2017-04-04 19:35:48 146

原创 Android UI

实验要求效果图如下:1、新建项目2、在主函数antivity_main.xml中编写以下代码分别用线性布局和相对布局 规定标签的位置并调用标签的属性xml version="1.0" encoding="utf-8"?>LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

2017-03-13 19:54:35 175

原创 Android Studio的安装

1、首先安装JDK。JDK 是整个 JAVA的核心 包括JAVA开发的东西,所以必须要配置环境变量。确认自己电脑的系统是32位还是64位,否则安装Android Studio后,可能与JDK不匹配。2、下载安装包。3、执行安装4、在Android Studio和Android SDK目录下安装5、完成安装后选择以前并没有安装6

2017-03-04 21:57:03 144

空空如也

空空如也

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

TA关注的人

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