自定义博客皮肤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)
  • 收藏
  • 关注

原创 sqlite 数据库的创建以及单元测试插入、删除、更改数据库信息

//创建数据库package com.liyulei.sqlite;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteOpenHelper;public class MyOpenHelper extend

2016-11-16 14:01:48 830

原创 使用键值对进行本地存储(分类存储、获取)

做法:activity_two.xmlxmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">

2016-11-08 21:55:40 1291

原创 从外部存储卡存入并且读取内容

效果图:1.activity_main.xmlxmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="ve

2016-11-04 16:37:07 603

原创 自动弹出简易对话框

效果图:弹出登录成功小框代码:Toast toast = Toast.makeText(this,"登陆成功",Toast.LENGTH_LONG);toast.show();

2016-11-04 13:55:39 303

原创 在内部存储中写文件

效果图:1.main_activity.xmlxmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation

2016-11-03 17:10:48 220

原创 简易短信发送器

效果图:1.main_activity.xmlxmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="ve

2016-11-03 15:21:51 449

原创 Button按钮的4种点击事件的方法

思路:设置两个按钮,用于按钮点击事件的实现<RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent"> <Button android:id="@+id/one" android:layout_width="wrap_

2016-11-03 14:10:15 20716

原创 调用系统自带的拨号功能打电话

效果图:具体实施如下:1.layout中 activity_main.xmlxml version="1.0" encoding="utf-8"?>xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" androi

2016-11-02 15:17:59 373

空空如也

空空如也

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

TA关注的人

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