首页 > 移动平台 > 详细

android 开发小记

时间:2015-07-07 18:30:32      阅读:222      评论:0      收藏:0      [点我收藏+]

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.

android 开发小记

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!