会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
QG_Li
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
下一页
2015年9月22日
AlarmManager用法
摘要: 源http://blog.csdn.net/wangxingwu_314/article/details/8060312
阅读全文
posted @ 2015-09-22 11:38 QG_Li
阅读(132)
评论(0)
推荐(0)
2015年9月6日
java中通过类名实例化类
摘要: String className ="test.Test1"; Class clazz; try { clazz = Class.forName(className); Test1 userDao=(Test1) clazz.n...
阅读全文
posted @ 2015-09-06 17:51 QG_Li
阅读(3478)
评论(0)
推荐(0)
2015年7月16日
一个TextView使用不同的颜色
摘要: 一个TextView使用不同的颜色:textview中首先需要已经有内容了public static void ColorFormatTextView(TextView tv,int color,String textStr){ if (TextUtils.isEmpty(textSt...
阅读全文
posted @ 2015-07-16 17:39 QG_Li
阅读(187)
评论(0)
推荐(0)
2015年6月26日
xml解析
摘要: 首先是xml文档: name1 name2 name3 name4 name5 然后是解析的方法:package com.example.sp...
阅读全文
posted @ 2015-06-26 15:01 QG_Li
阅读(163)
评论(0)
推荐(0)
android 欢迎界面的淡入效果
摘要: package com.example.spinnertest;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import and...
阅读全文
posted @ 2015-06-26 11:28 QG_Li
阅读(307)
评论(0)
推荐(0)
1
2
3
4
5
下一页
公告