android 官方教程中文版】的更多相关文章

感谢这些默默奉献的人 :) https://github.com/kesenhoo/android-training-course-in-chinese http://hukai.me/android-training-course-in-chinese/index.html…
Android官方培训课程中文版(v0.9.7) Google Android团队在2012年的时候开设了Android Training板块 - http://developer.android.com/training/index.html,这些课程是学习Android应用开发的绝佳资料.我们通过Github发起开源协作翻译的项目,完成中文版的输出,欢迎大家传阅学习! 文章中难免会有很多写的不对不好的地方,欢迎读者加入此协作项目,进行纠错,为完善这份教程贡献一点力量! Github托管主页…
Android性能优化典范 - 第6季 http://hukai.me/android-performance-patterns-season-6/   Android性能优化典范 - 第5季 http://hukai.me/android-performance-patterns-season-5/   Android性能优化典范 - 第4季 http://hukai.me/android-performance-patterns-season-4/   Android性能优化典范 - 第3季…
非常实用 187-196 第十二章:调试 Quartus_II官方教程-中文版.pdf…
Starting Another Activity 启动另一个Activity PREVIOUSNEXT THIS LESSON TEACHES YOU TO 这节课教你 1.   Respond to the Send Button按钮响应 2.   Build an Intent            创建一个意图Intent 3.   Start the Second Activity   开启第二个activity 4.   Create the Second Activity 创建第二…
转载请注明出处:http://blog.csdn.net/dawanganban/article/details/9822431 Building Your First App GETSTARTED DEPENDENCIESAND PREREQUISITES ·     Android SDK ·     ADT Plugin 20.0.0 or higher (if you're usingEclipse) Welcome toAndroid application development!…
教程英文版来源:https://github.com/btraceio/btrace/blob/master/docs/usersguide.html BTrace用户指南 BTrace是一种安全,动态的Java跟踪工具.BTrace通过动态(字节码)检测正在运行的Java程序的类来工作.BTrace将跟踪操作插入到正在运行的Java程序的类中,并对跟踪的程序类进行热交换. BTrace术语 探针点 执行一组跟踪语句的“location”或“event”.探针点是我们想要执行一些跟踪语句的感兴趣…
The action bar allows you to add buttons for the most important action items relating to the app's current context. Those that appear directly in the action bar with an icon and/or text are known as action buttons. Actions that can't fit in the actio…
Setting Up the Action Bar 设置Action Bar PREVIOUSNEXT THIS LESSONTEACHES YOU TO 这节课教你 1.    Support Android 3.0 and Above Only仅仅支持3.0以上 2.    Support Android 2.1 and Above     支持2.1以上 YOU SHOULD ALSOREAD ·       Setting Up the Support Library In its mo…
转载请注明出处:http://blog.csdn.net/dawanganban/article/details/9839523 Building a Simple User Interface 创建一个简单的用户界面 PREVIOUSNEXT THIS LESSON TEACHES YOU TO 这节课教你 1.    Create a Linear Layout 创建线性布局 2.    Add a Text Field 添加文本域 3.    Add String Resources 添加…