摘要: public class MainActivity extends Activity implements LoaderCallbacks{ private ListView listView=null; private Uri uri=null; private ContentResolver resolver=null; private CursorLoad... 阅读全文
posted @ 2016-02-24 19:39 呼啦啦,,啦啦呼呼 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 1.定义布局文件 2,定义样式主题 3,定义动画 4,写一个类继承Dialog 阅读全文
posted @ 2016-02-24 12:58 呼啦啦,,啦啦呼呼 阅读(223) 评论(0) 推荐(0) 编辑
摘要: //定义布局 public class MainActivity extends Activity { private GestureOverlayView gestureOverlayView = null; private void initView() { gestureOverlayView = (GestureOverlayView) findViewB... 阅读全文
posted @ 2016-02-24 10:24 呼啦啦,,啦啦呼呼 阅读(156) 评论(0) 推荐(0) 编辑