摘要: 解释:Using 'minifyEnabled' instead of 'runProguard' works properly. 阅读全文
posted @ 2015-04-15 10:04 Lemon_SG 阅读(291) 评论(0) 推荐(0)
摘要: 此作者写于2012-12-08,讲的很通俗易懂,因此收藏起来,以备之后使用,当然,这只是一个最简单的回调使用,后续再自行编写些复杂的回调使用。 阅读全文
posted @ 2015-03-24 18:13 Lemon_SG 阅读(1367) 评论(0) 推荐(0)
摘要: adapter.notifyDataSetChanged();//此方法是可以实现刷新list,但很可能会有一个误区。 阅读全文
posted @ 2015-03-24 17:55 Lemon_SG 阅读(366) 评论(0) 推荐(0)
摘要: You must restart adb and Eclipse.Please ensure that adb is correctly located at 'E:\setups\android\android-2.1_r01-windows\tools\adb.exe' and can be executed. 阅读全文
posted @ 2015-02-28 10:46 Lemon_SG 阅读(262) 评论(0) 推荐(0)
摘要: 多渠道打包工具(兰贝壳儿) 阅读全文
posted @ 2015-02-02 15:52 Lemon_SG 阅读(159) 评论(0) 推荐(0)
摘要: Android 多渠道打包验证 阅读全文
posted @ 2015-02-02 13:50 Lemon_SG 阅读(160) 评论(0) 推荐(0)
摘要: 从Uri获得文件路径;从文件路径获得Uri;为防止OOM,设置BitmapFactory.Options来获取bitmap 阅读全文
posted @ 2015-01-27 15:55 Lemon_SG 阅读(205) 评论(0) 推荐(0)
摘要: LOG: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread。 阅读全文
posted @ 2015-01-25 23:59 Lemon_SG 阅读(1462) 评论(0) 推荐(0)
摘要: 9-patch 为了解决不同分屏下的图片适应性,对图片做了padding,如果控件没有明确设置自己的padding,很肯能会出现图片能出来,但是里边的内容,如文字看不到的情况,此时需要自己给控件设置下padding,才可以正常显示。 阅读全文
posted @ 2015-01-07 17:01 Lemon_SG 阅读(436) 评论(0) 推荐(0)