信心比金钱更重要!

目标明确==>>>计划跟踪==>>>行动执行!
posts - 41, comments - 3, trackbacks - 0, articles - 2
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

Android基础

     摘要: 3: builds the text in the Java code using HTML
同时设置textView.setMovementMethod(LinkMovementMethod.getInstance());
  阅读全文

posted @ 2012-05-18 09:50 luofeng 阅读(189) | 评论 (0)  编辑 |

     摘要: 静态注册是在AndroidManifest.xml文件中配置的,注意,这种方式的注册是常驻型的,也就是说当应用关闭后,如果有广播信息传来,MyReceiver也会被系统调用而自动运行。


  阅读全文

posted @ 2012-05-07 11:01 luofeng 阅读(469) | 评论 (0)  编辑 |

     摘要: Android提供了现成android.os.PowerManager类,该类用于控制设备的电源状态的切换.  阅读全文

posted @ 2012-05-02 11:49 luofeng| 编辑 |

     摘要: javah,javap  阅读全文

posted @ 2012-04-26 19:35 luofeng 阅读(395) | 评论 (0)  编辑 |

posted @ 2012-04-21 16:04 luofeng 阅读(1001) | 评论 (0)  编辑 |

     摘要: TranslateAnimation  阅读全文

posted @ 2012-04-21 14:20 luofeng| 编辑 |

     摘要: 退出程序  阅读全文

posted @ 2012-04-09 16:50 luofeng| 编辑 |

     摘要: ❑ save:用来保存Canvas的状态。save之后,可以调用Canvas的平移、放缩、旋转、错切、裁剪等操作。
❑ restore:用来恢复Canvas之前保存的状态。防止save后对Canvas执行的操作对后续的绘制有影响。  阅读全文

posted @ 2012-03-31 14:59 luofeng 阅读(151) | 评论 (0)  编辑 |

     摘要: 泄漏 是指你保持一个引用并不让GC(垃圾回收机制)回收它。  阅读全文

posted @ 2012-03-31 09:09 luofeng 阅读(119) | 评论 (0)  编辑 |

     摘要: 作者写的不错!  阅读全文

posted @ 2012-03-29 18:00 luofeng 阅读(105) | 评论 (0)  编辑 |

     摘要: 调试程序的时候,eclipse的console总是出现如下的错误“
Adb connection Error:远程主机强迫关闭了一个现有的连接”  阅读全文

posted @ 2012-03-27 17:30 luofeng 阅读(2401) | 评论 (1)  编辑 |

     摘要: 组和捕获。。  阅读全文

posted @ 2012-03-23 10:08 luofeng 阅读(291) | 评论 (0)  编辑 |

     摘要: Greedy 数量词 (贪婪的)!【每次取最多,不成,往出吐个,再试】!   阅读全文

posted @ 2012-03-23 09:53 luofeng 阅读(384) | 评论 (1)  编辑 |

     摘要: 正则表达式 待整理。。。。。  阅读全文

posted @ 2012-03-22 11:10 luofeng 阅读(353) | 评论 (0)  编辑 |

     摘要: String 字符串常量
StringBuffer 字符串变量(线程安全)
StringBuilder 字符串变量(非线程安全)  阅读全文

posted @ 2012-03-21 11:10 luofeng 阅读(383) | 评论 (0)  编辑 |

Full Android基础 Archive