- 博客(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 865
原创 使用键值对进行本地存储(分类存储、获取)
做法: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 1332
原创 从外部存储卡存入并且读取内容
效果图: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 624
原创 自动弹出简易对话框
效果图:弹出登录成功小框代码:Toast toast = Toast.makeText(this,"登陆成功",Toast.LENGTH_LONG);toast.show();
2016-11-04 13:55:39 320
原创 在内部存储中写文件
效果图: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 229
原创 简易短信发送器
效果图: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 478
原创 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 20795
原创 调用系统自带的拨号功能打电话
效果图:具体实施如下: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 401
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人