Android编程权威指南(第3版):Big Nerd Ranch深度解析

需积分: 10 3 下载量 53 浏览量 更新于2024-07-19 收藏 24.15MB PDF 举报
《Big Nerd Ranch Guides: Android Programming》(The Big Nerd Ranch Guide 3rd Edition)是由Bill Phillips、Chris Stewart和Kristin Marsicano合著的一本权威的Android编程指南,第三版于2017年由Big Nerd Ranch, LLC出版。这本书专为希望深入理解Android开发的读者设计,旨在通过实践和实例教学,帮助读者掌握Android应用程序的构建与设计。 本书版权受到保护,所有复制、存储、检索或任何形式的传输,包括电子、机械、影印、录音等,均需在获得版权所有者Big Nerd Ranch, LLC事先许可。若需要获取权限,可以联系他们,地址位于美国亚特兰大的200 Arizona Ave NE,电话号码是(770)817-6373,或者访问他们的网站:http://www.bignerdranch.com/,邮件地址是book-comments@bignerdranch.com。 封面标志是一个标志性的10-gallon hat with propeller logo,这是Big Nerd Ranch, Inc.的商标,体现了其独特的企业文化和教育理念。这本书的全球英语版由Pearson Technology Group独家发行,地址位于美国印第安纳州印第安纳波利斯的800 East 96th Street,网址是http://www.informit.com。 作者和出版社对书中的内容进行了精心编撰,但明确声明不作任何明示或暗示的质量保证,也不承担因错误或遗漏而产生的责任。本书适合Android开发初学者和进阶者,强调动手实践,内容涵盖Android应用的基础架构、用户界面设计、数据存储、网络通信、多线程处理、以及与API的交互等核心概念。通过阅读这本书,读者将学到如何构建功能完备、用户体验良好的Android应用,是学习和提升Android技能的重要参考资料。
2017-02-21 上传
Title: Android Programming: The Big Nerd Ranch Guide, 3rd Edition Author: Bill Phillips, Chris Stewart Length: 624 pages Edition: 3 Language: English Publisher: Big Nerd Ranch Guides Publication Date: 2017-02-09 ISBN-10: 0134706056 ISBN-13: 9780134706054 Table of Contents Chapter 1. Your First Android Application Chapter 2. Android and Model-View-Controller Chapter 3. The Activity Lifecycle Chapter 4. Debugging Android Apps Chapter 5. Your Second Activity Chapter 6. Android SDK Versions and Compatibility Chapter 7. UI Fragments and the Fragment Manager Chapter 8. Displaying Lists with RecyclerView Chapter 9. Creating User Interfaces with Layouts and Widgets Chapter 10. Using Fragment Arguments Chapter 11. Using ViewPager Chapter 12. Dialogs Chapter 13. The Toolbar Chapter 14. SQLite Databases Chapter 15. Implicit Intents Chapter 16. Taking Pictures with Intents Chapter 17. Two-Pane Master-Detail Interfaces Chapter 18. Localization Chapter 19. Accessibility Chapter 20. Data Binding and MVVM Chapter 21. Unit Testing and Audio Playback Chapter 22. Styles and Themes Chapter 23. XML Drawables Chapter 24. More About Intents and Tasks Chapter 25. HTTP and Background Tasks Chapter 26. Loopers, Handlers, and HandlerThread Chapter 27. Search Chapter 28. Background Services Chapter 29. Broadcast Intents Chapter 30. Browsing the Web and WebView Chapter 31. Custom Views and Touch Events Chapter 32. Property Animation Chapter 33. Locations and Play Services Chapter 34. Maps Chapter 35. Material Design Chapter 36. Afterword