- register-based machine
基于寄存器(不写入内存)
- minimizing instruction dispatch and memory accesses
最小化指令分配和内存访问
- giving more efficient instruction stream(a lot more semantic content)
提供更加高效的指令流
- Activity(Managed by activity stack)
- Service(Running in the background;with no UI)
- Broadcast Receiver(Can invoke(调用) activity;with no UI)
- Content Provider(accessing and managing application data)
- Constructor
- getter/setter
- ViewHolder
- Parcelable Implementation
- GsonFormat : 根据 JSONObject 生成相应类
- PreferenceManager.getDefaultSharedPreferences
- LocalBroadcastManager.getInstance