[Android应用开发]-(8)Android开发指南-59个必备知识点
大家好,这里向大家推荐一个文档,如果你是高手请勿下载,又或者您英文过了4、6级也不用下载,这文档只适合初学者或者像博主这样的菜鸟享用。嘿嘿~
文章很长,不知道是哪位大鸟翻译整理的,也不清楚这个原文处于何处,知道的请留言附上~。如果此文有侵权或者异议请留言,我将及时处理之。
下面我列出目录,需要此文的可到此处下载
1. 应用程序基础Application Fundamentals
2. 关键类
3. 应用程序组件
4. 激活组件:intent
5. 关闭组件
6. manifest文件
7. Intent过滤器
8. Activity和任务
9. Affinity(吸引力)和新任务
10. 加载模式
11. 清理堆栈
12. 启动任务
13. 进程和线程
14. 进程
15. 线程
16. 远程过程调用
17. 线程安全方法
18. 组件生命周期
19. Activity生命周期
20. 调用父类
21. 服务生命周期
22. 广播接收器生命周期
23. 进程与生命周期
24. 用户界面User Inte易做图ce
25. 视图层次View Hierarchy
26. 布局Layout
27. 部件Widgets
28. 用户界面事件UI Events
29. 菜单Menus
30. 高级话题Advanced Topics
31. 适配器Adapter
32. 风格与主题Styles and Themes
33. 资源和资产Resources and Assets
34. 资源引用Resource Reference
35. 国际化和本地化Internationalization and Localization
36. 意图和意图过滤器Intents and Intent Filters
37. 意图过滤器Intent filters
38. 通常情况Common cases
39. 使用意图匹配Using intent matching
40. 数据存储Data Storage
41. 概览Storage quickview
42. 系统偏好:快速,轻量级存储
43. 文件:存储到设备内部或可移动闪存
44. 数据库:任意的结构化存储
45. 支持基于网络的存储
46. 系统偏好Preferences
47. 文件Files www.zzzyk.com
48. 数据库Databases
49. 网络Network
50. 内容提供器Content Providers
51. 内容提供器的基础知识Content Provider Basics
52. 查询一个内容提供器Querying a Content Provider
53. 修改数据Modifying Data
54. 创建一个内容提供器Creating a Content Provider
55. Content URI 总结
56. 清单文件The AndroidManifest.xml File
57. 清单文件结构Structure of the Manifest File
58. 文件约定File Conventions
59. 文件特性File Features
作者:tangcheng_ok
补充:移动开发 , Android ,