
android
xpalive
这个作者很懒,什么都没留下…
展开
-
android 属性文件SharedPreferences
Q:android真机调试下文件读写存放在哪儿?虚拟机时路径为/data/data//file/filenameA:真机没有root的话 上面的文件夹DDMS可是看不了的 当然应用可以往里面写调试 不如申请个sdcard权限 放到 /mnt/sdcard/filename(2.2以上) /sdcard/filename(2.1及以下)今天刷了一天的机 终于能在eclips原创 2013-12-18 00:25:08 · 561 阅读 · 0 评论 -
android 日志
android提供了自己的log输出api-->位于android.util.Log这个类中. 这个类比较常用的打印日志的方法有5个,这5个方法都会把日志打印到LogCat中: Log.v(tag,message); //verbose模式,打印最详细的日志 Log.d(tag,message); //debug级别的日志 Log.i(tag,mes转载 2013-12-17 21:20:26 · 827 阅读 · 0 评论 -
重复多轮调用getGroupView的解决方案
android:id="@+id/remind_ListView" android:layout_width="match_parent" android:layout_height="match_parent" android:groupIndicator="@null" >原创 2014-08-19 15:06:05 · 2492 阅读 · 0 评论