240 发简信
IP属地:北京
  • CHA1-Structure——9.理解应用的权限

    原文:Understanding App Permissions   —How to request the permissions you n...

  • Resize,w 360,h 240
    CHA1-Structure——8.迁移到AppCompat库

    原文:Migrating to the AppCompat Library —Using the Support Libraries 概述 Ap...

  • Resize,w 360,h 240
    CHA1-Structure——7.处理配置信息的变化

    原文:Handling Configuration Changes —Screen Rotation 概述 存在这样一些情况:当屏幕方向旋转时,...

  • Resize,w 360,h 240
    CHA1-Structure——6.Activity的生命周期

    原文:Activity Lifecycle —How does an activity work? 背景 当用户浏览整个应用时,Android会...

  • Resize,w 360,h 240
    CHA1-Structure——5.理解App"资源"的内涵

    原文:Understanding App Resources —Understanding Strings and Resources 概述 在...

  • Resize,w 360,h 240
    CHA1-Structure——4.Android应用程序架构

    原文:Architecture of Android Apps —Understanding how apps should be struct...

  • Resize,w 360,h 240
    CHA1-Structure——3.如何组织工程的源文件

    原文:Organizing your Source Files 概述 Android应用程序代码应该使用清晰的文件夹结构整齐地组织,这样可以使代...

  • CHA1-Structure——2.Android项目目录结构

    原文:Android Directory Structure 概述 在Android项目结构中,最常被编辑的文件夹有: src-项目相关的Jav...

  • CHA1-Structure——1.Context的使用

    原文:Using Context 概述 Context提供对应用状态信息的访问。它为Activity、Fragment和Service提供对资源...