博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

11 2010 档案

摘要:软件名称:家务谁来做软件版本号:1.2软件简介:吃完饭了,两个人是不是都不想洗碗?衣服堆了一堆了,两个人是不是都不想去洗?出去转了一天,两个人是不是都想对方给自己按摩一下?如果你经常赢,那还好,如果每次你都是输,那么,就让这个小软件来帮你吧。该软件内置了八种家务难题,包含洗衣服,做饭,洗碗,看小孩,按摩等,用抽签的方式来决定胜负。既解决了问题,又增加了生活情趣。各位MM和GG们,来试一下吧。这是初... 阅读全文

posted @ 2010-11-30 15:52 qzxia 阅读(227) 评论(0) 推荐(0)

摘要:Maybe you are living with you boy or girl friend. You two have a lot of house work to do. But some times you two can not decide who should do the house work. OK, now, let this application help you. Th... 阅读全文

posted @ 2010-11-30 15:52 qzxia 阅读(248) 评论(0) 推荐(0)

摘要:要实现添加按钮的操作,必须自定义Adapter,使用Button View的setTag()方法,将Button所属的位置设置到tag当中要实现动态添加删除ItemView的操作,必须首先调整调整Adapter所绑定的数据源,然后调用Adapter的notifyDataSetChanged()方法以下为实现的一个实例 阅读全文

posted @ 2010-11-29 12:47 qzxia 阅读(20897) 评论(5) 推荐(1)

摘要:This application is used to display photos on you phone as a widget. First you need to configure the application before use it.you need to configure two parameters for it. one is the directory of the ... 阅读全文

posted @ 2010-11-24 15:35 qzxia 阅读(176) 评论(0) 推荐(0)

摘要:If you start an android Service with startService(..) that Service will remain running until you explicitly invoke stopService(..). There are two reasons that a service can be run by the system. If so... 阅读全文

posted @ 2010-11-19 12:34 qzxia 阅读(1179) 评论(0) 推荐(0)

摘要:简介:本软件是用来对未接的电话或者是未读的短信进行提醒的。以前用摩托的E398的时候,那个手机有一个功能,如果你有未接的电话或者是未查看的短信,手机会隔一段时间滴的叫一声,很简单的功能,但是很实用。现在用Android系统的里程碑,发现该手机只是闪一下LED灯,并没有声音,所以制作了这个软件。以便于提醒我们及时的处理未接的电话和短信。使用方法:本软件默认是不开启提示功能的,点击启用以后,才会开启提... 阅读全文

posted @ 2010-11-17 16:43 qzxia 阅读(729) 评论(0) 推荐(0)

摘要:I have two Activities A and B. I want to have the shrink Animation when Activity A calls B and maximize animation when Activity B calls A. I don't need the animation xml files for this.When we call an... 阅读全文

posted @ 2010-11-10 13:37 qzxia 阅读(412) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2010-11-09 13:27 qzxia 阅读(399) 评论(0) 推荐(0)