Json解析工具 Json解析工具:Gson解析json有三个特点:JSON数据解析工具:JSONViewJsonReaderreader=newJsonReader();org.json和json-lib比较简单,两者使用上差不多。使用这两个工具解析
Android总结 五种数据存储方式:文件openFileOutput()写方法和openFileInput()读方法SharedPreferences(偏好参数保存)SQLite数据库内容提供者(Contentprovider)(提供对外数据共享)网络
android_动画 AlphaAnimation渐变透明度动画效果ScaleAnimation渐变尺寸伸缩动画效果TranslateAnimation画面转换位置移动动画效果RotateAnimation画面转移旋转动画效果