会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小书童
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
下一页
2015年9月24日
java冒泡排序算法
摘要: 1 /** 2 * 冒泡排序算法:每次 3 * @author shaobn 4 * @description 每次都会确定一个最大的值 即固定了,所以会每次-i; 5 */ 6 public class Test1 { 7 8 public static void ma...
阅读全文
posted @ 2015-09-24 09:13 邻家小书童
阅读(146)
评论(0)
推荐(0)
编辑
2015年9月21日
Android异步任务AsyncTask
摘要: 1 package com.example.asynctask; 2 3 import java.net.MalformedURLException; 4 import java.net.URL; 5 6 import android.app.Activity; 7 import androi...
阅读全文
posted @ 2015-09-21 08:38 邻家小书童
阅读(147)
评论(0)
推荐(0)
编辑
2015年9月19日
Android 利用Service BroadcastReceiver实现小例子
摘要: Activity: 1 package com.example.test; 2 3 import android.app.Activity; 4 import android.content.Context; 5 import android.content.Intent; 6 import an...
阅读全文
posted @ 2015-09-19 23:11 邻家小书童
阅读(914)
评论(0)
推荐(0)
编辑
2015年9月16日
Android Handler练习
摘要: 1 package com.example.myact12; 2 3 4 import java.util.Random; 5 6 import android.support.v7.app.ActionBarActivity; 7 import android.os.Bundle; 8 i...
阅读全文
posted @ 2015-09-16 10:13 邻家小书童
阅读(175)
评论(0)
推荐(0)
编辑
2015年9月15日
Android Handler
摘要: 1 package com.example.myapp7; 2 3 import android.support.v7.app.ActionBarActivity; 4 import android.os.Bundle; 5 import android.os.Handler; 6 import...
阅读全文
posted @ 2015-09-15 22:30 邻家小书童
阅读(130)
评论(0)
推荐(0)
编辑
Android bindservice使用
摘要: 1 package com.example.myact10; 2 3 import com.example.myact10.MyService.MyBinder; 4 5 import android.support.v7.app.ActionBarActivity; 6 import and...
阅读全文
posted @ 2015-09-15 14:28 邻家小书童
阅读(1457)
评论(0)
推荐(0)
编辑
2015年9月14日
Android 利用Service实现下载网络图片至sdk卡
摘要: 1 package com.example.myapp5; 2 3 import android.app.Activity; 4 import android.content.Intent; 5 import android.os.Bundle; 6 import android.view.Vi...
阅读全文
posted @ 2015-09-14 22:49 邻家小书童
阅读(510)
评论(0)
推荐(0)
编辑
Android 测试Service的生命周期
摘要: 1 package com.example.myapp4; 2 3 import android.support.v7.app.ActionBarActivity; 4 import android.content.Intent; 5 import android.os.Bundle; 6 im...
阅读全文
posted @ 2015-09-14 22:47 邻家小书童
阅读(178)
评论(0)
推荐(0)
编辑
Android Notification通知栏使用
摘要: 1 package com.example.mynotifycation; 2 3 import android.app.Activity; 4 import android.app.Notification; 5 import android.app.NotificationManager; ...
阅读全文
posted @ 2015-09-14 15:51 邻家小书童
阅读(201)
评论(0)
推荐(0)
编辑
Android 封装Dialog
摘要: 1 package com.example.myandroid01; 2 3 import android.support.v7.app.ActionBarActivity; 4 import android.os.Bundle; 5 import android.view.Menu; 6 im...
阅读全文
posted @ 2015-09-14 14:37 邻家小书童
阅读(402)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
下一页
公告