摘要: ViewView's Main Draw Process:1. onMeasure() Called to determine the size requirements for this view and all its children.2. onLayout() Called when this view should assign a size and postion to all of its children. 3. onDraw() Called when this view render its... 阅读全文
posted @ 2013-10-31 12:43 slowalker 阅读(163) 评论(0) 推荐(0) 编辑
摘要: AlarmManagerThe AlarmManager is intended for cases where you want to have your application code run at a specific time, even if your application is not currently running.The following little demo is developed to learn about AlarmManager:1. Manifest.xml ... 阅读全文
posted @ 2013-10-30 17:35 slowalker 阅读(300) 评论(0) 推荐(0) 编辑
摘要: WidgetIf you have any problem while developing a widget for your android app, the following three articles from google's android api docs are weathy of recommendation:1.《APP Widget Design Guidlines》2.《Widgets》3.《App Widgets》 阅读全文
posted @ 2013-10-24 17:15 slowalker 阅读(152) 评论(0) 推荐(0) 编辑
摘要: WebViewI read the google's Android api-docs, in the "API Guides" section, 《Building Web Apps in WebView》 is recommendable. 阅读全文
posted @ 2013-10-24 10:43 slowalker 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Android ViewStub 阅读全文
posted @ 2013-10-23 16:57 slowalker 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Android Inten.ACTION 阅读全文
posted @ 2013-10-22 19:57 slowalker 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Java Volatile 阅读全文
posted @ 2013-10-20 17:50 slowalker 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Java synchronized 阅读全文
posted @ 2013-10-20 16:32 slowalker 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Java Thread join() 阅读全文
posted @ 2013-10-19 16:46 slowalker 阅读(254) 评论(0) 推荐(0) 编辑
摘要: Java Callable 阅读全文
posted @ 2013-10-19 15:16 slowalker 阅读(319) 评论(0) 推荐(0) 编辑