Avatar notebook default
6篇文章 · 6411字 · 1人关注
  • Broadcast广播机制

    一、概述 Broadcast机制的作用主要是为了实现事情一处发生,多处得到通知的效果。广播分为广播发送和广播接收两个过程,其中广播接收(Broa...

  • Resize,w 360,h 240
    service启动

    发起进程端: 1、ComponentName startService(Intent service)(ContextWrapper.java ...

  • Resize,w 360,h 240
    Activity生命周期执行之进程(线程)间通信

    Activity生命周期的执行与系统进程中的ActivityManagerService密切相关,同时也与相关应用进程联系,这就涉及到进程(线程...

  • Activity生命周期

    Activity有六种生存状态:Created、Started、Resumed、Pasued、Stopped、Destroyed,其中只有Res...

  • Activity启动流程

    1、boolean onKeyDown(intkey Code,KeyEvent event)(Activity.java) ——》 2、voi...

  • Android框架结构了解

    Android是一个非常庞大,非常复杂的系统工程,通过系统调用(Syscall)连通系统的用户空间和系统空间,通过JNI(Java Native...

文集作者