/AndroidDemo

对于平常用到的一些知识点 做的Demo

Primary LanguageJava

AndroidDemo

  • intent_intentFilter intent和intentFilter的使用
  • downloadimage 结合Thread加载网络图片,使用AsyncTask加载网络图片
  • menus Menu 菜单的使用 OptionMenu,ContextMenu,PopupMenu,PopupWindow
  • parsexml SAX pull DOM 解析XMl
  • animation 动画 FrameAnimation,TweenAnimation,PropertyAnimation
  • fragment Fragment+viewpager FragmentTabHost Tablayout 仿简书底部菜单,自动轮播实现
  • jsonoperate 关于json 的操作 Android原生json操作 fastjson的操作,Gson的操作
  • contentprovider ContentProvider 内容提供者 ContentObserver 内容观察者
  • testContentResolver ContentResolver 测试内容提供者
  • permission 关于6.0运行时权限的解决方案
  • handler 使用handler 实现自动轮播 ,简单使用handler
  • broadcast 广播 本地广播等
  • notification 扩展通知 ,悬挂式通知,自定义视图通知 notification的各种使用
  • recyclerView 关于 RecyclerView最基本的使用Demo 三种布局的实现 子项装饰的实现
  • Browser WebView的基本使用 浏览网页 js交互 调用本地API
  • Notifiction notification 通知的基本使用
  • drag ViewDragHelper 使用
  • event EventBus3.0 使用