2011年9月9日
摘要: A year ago, I thought I met with the true love,maybe it' time to say impossible now.Just give me a little response, don't let me give up. just this... only this 阅读全文
posted @ 2011-09-09 22:11 badboy1110 阅读(194) 评论(0) 推荐(0)
摘要: /*功能描述 1 布局: 2 点击“自动增加”,每隔1S上面的文本数值增加2,但最大显示9并作出提示 3 点击“自动减少”,每隔1S上面的文本数值减少2,但最小显示0并作出提示 4 点击“暂停”,上面的文本数值不再变化 */先贴源码: import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.view.View; import android.widget.Button; import androi... 阅读全文
posted @ 2011-09-09 22:08 badboy1110 阅读(582) 评论(0) 推荐(0)