Do have fun!  
05 2010 档案
  • Android的NKD编译规则问题
    摘要:用Notepad++买的,结果死活不对后面用Vim写,无错。写mk文件时需要注意了花了我一个上午的时间,无语了。 阅读全文
    posted @ 2010-05-28 15:09 朱文博 阅读(280) 评论(0) 推荐(0)
  • Android联系人相关
    摘要:// 获取数据库Phones的Cursor Cursor cur = getContentResolver().query(ContactsContract.CommonDataKinds.Phone.CONTENT_URI, null, null, null, null); startManagingCursor(cur); // ListAdapter是Lis... 阅读全文
    posted @ 2010-05-13 23:48 朱文博 阅读(213) 评论(0) 推荐(0)