Intent简介
Intent为组件的启动提供了一致的编程模型. 无论想要启动的组件是Activity, Service, 还是BroadcastReceiver, 都可以使用Intent封装启动的意图.
如果应用程序只是想启动具有某种特征的组件,并不想和某个具体的组件耦合,则可以通过在intent-filter中配置相应的属性进行处理
阅读全文
值文件标签汇总
string
string-array
bool
integer
integer-array
dimen
declare-styleable
eat-comment
attr
color
style
item
plurals
array
fraction
drawable
阅读全文
Drawable汇总
animated-rotate
animated-selector
animated-vector
animation-list
bitmap
clip
color
inset
layer-list
level-list
nine-patch
ripple
rotate
scale
selector
shape
transition
vector
阅读全文