· Android的线程使用来更新UI----Thread、Handler、Looper、TimerTask等
· android:onClick --new attribute from SDK 1.6
· 关于皮肤的小结
2011-7-8 11:31:50 阅读10 评论0 82011/07 July8
方法一:(java习惯,在android不推荐使用)
刚刚开始接触android线程编程的时候,习惯好像java一样,试图用下面的代码解决问题
2011-6-17 17:12:34 阅读108 评论0 172011/06 June17
From android 1.6 adds a new feature for the declaration of the “on-click” listener for a Button. In addition to the classic approach of defining some object (such as the activity) as implementing the View.OnClickListener interface, you can now take a somewhat simpler approach:
2010-6-6 17:38:11 阅读69 评论0 62010/06 June6
在Symbian中使用皮肤是一个让我这样新手颇觉得费劲的事情。折腾了一天,把几种情况都试验了一把,总结一下吧。
1.一句话的方法
最基本的一招就是在AppUi中的ConstructL()中加一句话搞定。如下:
void CTestMIMAppUi::ConstructL() {
BaseConstructL(CAknAppUi::EAknEnableSkin);
//add your code here...2009-2-3 10:18:08 阅读180 评论0 32009/02 Feb3
2009-1-20 14:03:51 阅读87 评论0 202009/01 Jan20