会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chuiyuan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
26
27
28
29
30
31
32
33
34
35
下一页
2015年1月10日
Android之ActionBar与菜单
摘要: 参考一“http://www.cnblogs.com/yaozhenfa/p/xamarin_android_actionbar_and_menu.html参考 二,下拉菜单http://www.cnblogs.com/hanyuan/archive/2012/04/11/android_actio...
阅读全文
posted @ 2015-01-10 21:17 chuiyuan
阅读(197)
评论(0)
推荐(0)
2015年1月6日
Listview不显示的问题学习
摘要: 一 .ListView 不执行getView()方法 setAdapter 时,首先会执行getCount(),当getCount() 返回的是0时,就不会去执行getView()方法, 如果 开启线程去下载数据,然后在getCount()中返回其size, 开始的时候因为还没有下载数据,返回的si...
阅读全文
posted @ 2015-01-06 11:37 chuiyuan
阅读(831)
评论(0)
推荐(0)
2014年12月28日
IM学习过程
摘要: 1.没有打开APP的情况 下,没有问题,点击notification后也是直接进入默认的程序 页面,与在 notification中设置的没有关系,因为此时提示走的不是自己写的notification。2.如果 程序 已经 打开,但是没有注册broadcast receiver ,此时 不会有提示,...
阅读全文
posted @ 2014-12-28 19:32 chuiyuan
阅读(177)
评论(0)
推荐(0)
android filter
摘要: 参考http://blog.csdn.net/mephistodemon1/article/details/8544346
阅读全文
posted @ 2014-12-28 11:52 chuiyuan
阅读(125)
评论(0)
推荐(0)
2014年12月23日
sort()排序 collections.sort();
摘要: 参考http://www.cnblogs.com/zyf2013/p/3458335.html
阅读全文
posted @ 2014-12-23 21:37 chuiyuan
阅读(99)
评论(0)
推荐(0)
2014年12月22日
notification使用
摘要: package com.yarin.android.Examples_04_23;import android.app.Activity;import android.app.Notification;import android.app.NotificationManager;import and...
阅读全文
posted @ 2014-12-22 21:36 chuiyuan
阅读(160)
评论(0)
推荐(0)
Android的权限permission
摘要: 参考http://www.cnblogs.com/houfeng/archive/2011/08/22/2149309.html
阅读全文
posted @ 2014-12-22 20:38 chuiyuan
阅读(120)
评论(0)
推荐(0)
2014年12月16日
Activity 和 FragmentActivity 和 Fragment 和 ViewPager
摘要: FragmentActivity 是用在安卓3.0以下的,因为那时的activity 不能管理Fragment1, 在安卓3.0以下如果你要管理Fragment: FragmentManager fragmentManager = getFragmentManager();就必须用使用Fragmen...
阅读全文
posted @ 2014-12-16 14:06 chuiyuan
阅读(194)
评论(0)
推荐(0)
2014年12月15日
actionbar设置
摘要: http://my.oschina.net/wangjunhe/blog/113525http://www.kwstu.com/ArticleView/kwstu_201408210609378926
阅读全文
posted @ 2014-12-15 22:32 chuiyuan
阅读(106)
评论(0)
推荐(0)
Android实现微信底部的带消息提示数量
摘要: http://blog.csdn.net/worker90/article/details/7451370
阅读全文
posted @ 2014-12-15 17:41 chuiyuan
阅读(381)
评论(0)
推荐(0)
上一页
1
···
26
27
28
29
30
31
32
33
34
35
下一页
公告