alex_bn_lee

导航

上一页 1 ··· 209 210 211 212 213 214 215 216 217 ··· 245 下一页

2012年8月17日 #

【072】◀▶ Android (IV) - 显示及后台

摘要: ●·● 目录: package: others G1 ………… Activity 类G2 ………… ListActivity 类G3 ………… Intent 类G4 ………… Menu 类G5 ………… MenuItem 类 SubMenu 类 ContextMenu 类G6 ………… AndroidManifest.xmlG7 ………… Handler 类G8 ………… Message 类G9 ………… Bundle 类Ga ………… Runnable 接口Gb ………… Looper 类Gc ………… HandlerThread 类Gd ………… SQLiteDa... 阅读全文

posted @ 2012-08-17 08:39 McDelfino 阅读(354) 评论(0) 推荐(0)

2012年8月15日 #

【071】我的博客园中的插件源码

摘要: 右边的“分享到...”实现: 来源:http://www.jiathis.com/ 代码实现: <script type="text/javascript" > var jiathis_config={ showClose:true, hideMore:false } </script> <scri 阅读全文

posted @ 2012-08-15 10:09 McDelfino 阅读(331) 评论(0) 推荐(0)

2012年8月13日 #

【070】Android 中相关功能的实现代码

摘要: ☀.☀ ---<< 目录 >>-----点击两次back退出程序点击按钮后在状态栏显示通知实现用代码来布局控件的实现☀.☀ ---<< 001. 点击两次back退出程序 >>----- 1 private long exitTime = 0; 2 3 @Override 4 public boolean onKeyDown(int keyCode, KeyEvent event) { 5 if (keyCode == KeyEvent.KEYCODE_BACK 6 && event.getAction() ... 阅读全文

posted @ 2012-08-13 19:21 McDelfino 阅读(304) 评论(0) 推荐(0)

【069】Android 中的 Manifest.xml

摘要: AndroidManifest.xml:概括性描述1. <application>2. <activity>3. <intent-filter>4. <action>5. <action>6. <action>7. <action>8. <action>下面内容参考:Beginning Android 4 Application Development Page31.1. <application> 第一梯队, 在最外面.contained in:<manifest>can 阅读全文

posted @ 2012-08-13 14:13 McDelfino 阅读(286) 评论(0) 推荐(0)

2012年8月2日 #

【068】ListView & ArrayAdapter

摘要: ●·● 目录:A1 ………… ListView 类 ListAdapter 接口 ArrayAdapter 类 ☀ 举例一 ☀ SimpleAdapter 类 List 接口 ArrayList 类 Map 接口 HashMap 类 ☀ 举例二 ☀ SimpleCursorAdapter 类A2 …………ExpandableListView 类 SimpleExpandableListAdapter 类 ☀ 举例三 ☀ ☀ 举例四 ☀ A3 ………… ArrayAda... 阅读全文

posted @ 2012-08-02 13:34 McDelfino 阅读(1252) 评论(0) 推荐(0)

上一页 1 ··· 209 210 211 212 213 214 215 216 217 ··· 245 下一页