02 2012 档案

摘要:也许很多人使用ContentProvider 的时候可能会遇到 notify无法刷新UI的问题。。。。其实诀窍在于 setNotificationUri比如我们一个query语句,想要在insert的时候调用的notifychange刷新,则需要在query 得到的cursor 中设置cursor.setNotificationUri(Uri, null); 阅读全文
posted @ 2012-02-22 12:02 pandans 阅读(284) 评论(0) 推荐(0)
摘要:TextMate下载地址https://skydrive.live.com/#cid=8461178113D621A1&id=8461178113D621A1%21109sudocd /Applications/TextMate.app/Contents/SharedSupport/Bundlessvn co http://svn.textmate.org/trunk/Bundles/Erlang.tmbundle完成后需要重新打开textmate,再打开erlang源码就可以看到效果了 阅读全文
posted @ 2012-02-05 23:12 pandans 阅读(245) 评论(0) 推荐(0)
摘要:package com.leepood.gifmaker;import android.graphics.Bitmap;import android.util.Log;public class GifUtil { private final String TAG=this.getClass().getName(); static { System.loadLibrary("gifflen"); } /** * Init the gif file * @param gifName name * @param w width * @param h height * @param 阅读全文
posted @ 2012-02-02 11:22 pandans 阅读(688) 评论(0) 推荐(0)