android 开发小记

时间:2015-07-07 18:30:32   收藏:0   阅读:222

1.fragment & activity

when config changes, activity will restart but fragment can be store.

2.textview Caps

<item name="android:textAllCaps">true</item>

3.Service Running,

When service is running from onstartCommand, and another case stratservice from acitivity has been send.

What will this to be?

Normally, it will running onstartCommand to function end, and to onstartCommand  again with another intent.

this is base on onstartCommand ‘s return.

4.scrollbar showing.

Scrollbar is showing base on background, so if listview/gridview not set background,

scrollbar may be can not get color. So it is disable to showing.

原文:http://www.cnblogs.com/deman/p/4627278.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!