码迷,mamicode.com
首页 > 移动开发 > 详细

android 开发小记

时间:2015-07-07 18:31:10      阅读:142      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!