
原文: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提供對資源...