
android
Tootu
这个作者很懒,什么都没留下…
展开
-
android
1. Generally, a mobile is first and foremost a phone, secondly an SMS and e-mail communicator, thirdly a camera, and fourthly an MP3 player. The applications you write will most likely be in a fi fth ...2010-03-15 16:26:06 · 116 阅读 · 0 评论 -
android不能删除联系人bug
看了两天源码,从头找到尾,这两天终于把android2.1不能删除中文有名有姓的联系人搞定了。哈哈。。。。原创 2010-05-15 10:48:59 · 276 阅读 · 0 评论 -
编译android模块
找到模块的目录,一般都会有个 Android.mk,里面会有个LOCAL_MODUL,make LOCAL_MODUL。原创 2010-05-18 08:01:52 · 147 阅读 · 0 评论 -
android联系人中文排序
联系人中文排序。做出来了。呵呵。。。把libicudata.so放在system/lib目录下就可以了。原创 2010-05-20 09:32:24 · 240 阅读 · 0 评论 -
ubuntu连接android
[转][url]http://aphyr.com/journals/show/debugging-the-droid-on-ubuntu-karmic[/url][list][*]$ adb devices List of devices attached ???????????? no permissions[/list]A few things have changed...原创 2010-05-21 13:38:42 · 153 阅读 · 0 评论 -
ExpandableListView 对groupIndicator的解释,但state list中没提到
public void setGroupIndicator (Drawable groupIndicator)Since: API Level 1Sets the indicator to be drawn next to a group.ParametersgroupIndicator The drawable to be used as an indicator. If ...原创 2010-10-26 22:54:04 · 341 阅读 · 0 评论 -
launch browser by intent
[code="java"]Intent intent = new Intent(Intent.ACTION_VIEW);intent.addCategory(Intent.CATEGORY_BROWSABLE);intent.setData(android.net.Uri.parse("http://www.google.com"));[/code]原创 2010-10-27 16:30:09 · 166 阅读 · 0 评论 -
linux sqlite查看工具sqliteman
sqliteman,把名字记下来原创 2011-05-30 09:41:34 · 1118 阅读 · 0 评论