会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
青葱岁月
记录点点滴滴的进步,,,
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
7
8
9
10
11
12
13
14
15
···
17
下一页
2014年10月4日
android之简单图形绘制
首先编写MyView类代码如下:package com.example.myhello;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android...
Read More
posted @ 2014-10-04 20:25 再见,少年
Views(966)
Comments(0)
Diggs(0)
2014年10月3日
android之进度条组件ProgressBar
首先是main.xml文件代码如下: 然后编写Activity.java类代码如下:package com.example.myfirstproject;import java.sql.Date;import java.text.SimpleDateFormat;import jav...
Read More
posted @ 2014-10-03 11:23 再见,少年
Views(7431)
Comments(0)
Diggs(0)
2014年9月27日
android之消息机制(二)
消息通道:Looper首先编写main.xml文件代码如下: 然后改写Activity.java类代码如下:package com.example.myfirstproject;import java.util.ArrayList;import java.util.List;import j...
Read More
posted @ 2014-09-27 12:11 再见,少年
Views(122)
Comments(0)
Diggs(0)
android之消息机制(一)
消息操作类Handler首先编写main.xml文件代码如下: 然后改写Activity.java类代码如下:package com.example.myfirstproject;import java.util.ArrayList;import java.util.List;import j...
Read More
posted @ 2014-09-27 11:46 再见,少年
Views(157)
Comments(0)
Diggs(0)
2014年9月23日
android之发送短信程序
首先改写activity_main.xml文件代码如下: 然后编写相应的MainActivity类代码如下:package com.exam...
Read More
posted @ 2014-09-23 20:44 再见,少年
Views(218)
Comments(0)
Diggs(0)
android之打开网页
首先改写strings.xml文件代码如下: Intent应用 标准Action操作 Settings MainActivity 然后改写activity_main.xml文件代码如下: 最后改写MainActivity类代码如下:package com.example...
Read More
posted @ 2014-09-23 19:47 再见,少年
Views(203)
Comments(0)
Diggs(0)
android之Chronometer
首先定义activity_main.xml文件代码如下: 然后改写MainActivity类代码如下:package com.example.myclock;import android.os.Bundle;import android.os.SystemClock;im...
Read More
posted @ 2014-09-23 19:16 再见,少年
Views(1928)
Comments(0)
Diggs(0)
android之初识Intent
首先修改values\strings.xml文件代码如下: mytab Settings Intent操作 发送Intent的Activity程序. 接收Intent的Activity程序. 然后定义send_main.xml文件代码如下: 相应的定义Send.ja...
Read More
posted @ 2014-09-23 11:28 再见,少年
Views(228)
Comments(0)
Diggs(0)
android之数据库SQLite(一)
创建数据库首先定义SQLiteOpenHelper的子类代码如下:package com.example.myandroid;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import and...
Read More
posted @ 2014-09-23 11:18 再见,少年
Views(213)
Comments(0)
Diggs(0)
2014年9月21日
android之树形组件ExpandableListView
该文被密码保护。
Read More
posted @ 2014-09-21 10:52 再见,少年
Views(0)
Comments(0)
Diggs(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
17
下一页
公告