原文:Understanding App Permissions —How to request the permissions you n...
原文:Migrating to the AppCompat Library —Using the Support Libraries 概述 Ap...
原文:Handling Configuration Changes —Screen Rotation 概述 存在这样一些情况:当屏幕方向旋转时,...
原文:Activity Lifecycle —How does an activity work? 背景 当用户浏览整个应用时,Android会...
原文:Understanding App Resources —Understanding Strings and Resources 概述 在...
原文:Architecture of Android Apps —Understanding how apps should be struct...
原文:Organizing your Source Files 概述 Android应用程序代码应该使用清晰的文件夹结构整齐地组织,这样可以使代...
原文:Android Directory Structure 概述 在Android项目结构中,最常被编辑的文件夹有: src-项目相关的Jav...
原文:Using Context 概述 Context提供对应用状态信息的访问。它为Activity、Fragment和Service提供对资源...