会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
manmanlu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
19
下一页
2015年12月2日
2015最流行的Android组件、工具、框架大全
摘要: http://www.open-open.com/lib/view/open1436262653692.html
阅读全文
posted @ 2015-12-02 10:58 manmanlu
阅读(165)
评论(0)
推荐(0)
2015年12月1日
Android仿QQ窗口的抖动的动画效果
摘要: 就是仿照QQ窗口的抖动效果,在项目的res下创建anim文件夹,再创建两个xml文件:cycle.xml 、 myanim.xmlcycle.xml :myanim.xml : 然后就是在activity里面使用这个动画效果了:Animation anim = AnimationUtils.load...
阅读全文
posted @ 2015-12-01 10:29 manmanlu
阅读(550)
评论(0)
推荐(0)
2015年11月25日
android自动填写短信验证码
摘要: 广播类package com.examp.azuoyoutong.listner;import java.util.regex.Matcher;import java.util.regex.Pattern;import android.content.BroadcastReceiver;import...
阅读全文
posted @ 2015-11-25 16:22 manmanlu
阅读(466)
评论(0)
推荐(0)
2015年11月24日
SwipeRefreshLayout实现上拉加载下拉刷新
摘要: package com.example.swiperefreshlayoutdemo;import java.util.ArrayList;import java.util.HashMap;import android.app.Activity;import android.os.Bundle;im...
阅读全文
posted @ 2015-11-24 14:01 manmanlu
阅读(483)
评论(0)
推荐(0)
2015年11月20日
Could not find class XXX referenced from method XXX.<YYY>
摘要: Since some ADT-Version you have to set which libraries / projects should be exported too.Project-Propiertes -> Java Build Path -> Order and Export -> ...
阅读全文
posted @ 2015-11-20 14:30 manmanlu
阅读(179)
评论(0)
推荐(0)
2015年11月12日
Java 毫秒转换为日期类型、日期转换为毫秒
摘要: //毫秒转换为日期public static void main(String[] args) {DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");long now = System.currentTimeMilli...
阅读全文
posted @ 2015-11-12 10:42 manmanlu
阅读(3007)
评论(0)
推荐(0)
2015年11月4日
Android设计模式源码解析之外观模式(Facade)
摘要: https://github.com/simple-android-framework/android_design_patterns_analysis/tree/master/facade/elsdnwn1. 模式介绍模式的定义外观模式(也成为门面模式)要求一个子系统的外部与其内部的通信必须通过一...
阅读全文
posted @ 2015-11-04 11:24 manmanlu
阅读(484)
评论(0)
推荐(0)
Android设计模式源码解析之Builder模式
摘要: https://github.com/simple-android-framework/android_design_patterns_analysis/tree/master/builder/mr.simple1. 模式介绍模式的定义将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不...
阅读全文
posted @ 2015-11-04 10:53 manmanlu
阅读(3008)
评论(1)
推荐(0)
2015年10月10日
android中用Spannable在TextView中设置超链接、颜色、字体
摘要: 昨晚研读 ApiDemo 源码至 com.example.android.apis.text.Link 类。首先,看一下其运行效果:要给 TextView 加上效果,方式主要有几种:第一种,自动应用效果,使用 android:autolink 属性,如:Java代码第二种,在文本中使用 标签,如:...
阅读全文
posted @ 2015-10-10 13:38 manmanlu
阅读(375)
评论(0)
推荐(0)
2015年9月25日
Android解决java.lang.OutOfMemoryError: bitmap size exceeds VM budget(转)
摘要: 昨天遇到这个问题就是从一个输入流里调用BitmapFactory.decodeStream(this.getContentResolver().openInputStream(uri))得到一个bitmap报的错。第一次调用都没问题,第二次再次调用就会报上面那个内存溢出的问题。而且有的手机报有的手机...
阅读全文
posted @ 2015-09-25 10:01 manmanlu
阅读(155)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
19
下一页
公告