SIM Switch feature是Smart 3G switch feature在LTE版本上发展演变而来的功能;
MTK双卡双待单通版本只有一个3/4 G Protocol,所以同一时刻只有一个卡可以camp on 3/4G,默认在卡槽1;
与Smart 3G switch功能对应的,LTE版本上面,MTK有SIM Switch feature,可以在某些case下自动将3/4G pro...
分类:
移动开发 时间:
2014-10-11 15:23:05
阅读次数:
191
原始默认设计会将SDN单独分出来,小标题为"SDN",
通过如下修改可以达到SDN和普通号码一样排列在一起,按首字母顺序排列。
DefaultContactListAdapter.java 的 configureSelection() 方法中
对 selection 为 IS_SDN_CONTACT + "
/**
* M: New Feature SDN...
分类:
移动开发 时间:
2014-10-11 15:07:15
阅读次数:
317
Inprojectedmode, you have to specify a map profile (i.e. a mapprojection). You also need to tell osgEarth the spatial reference of your feature data i...
分类:
其他好文 时间:
2014-10-11 11:50:25
阅读次数:
404
requestWindowFeature(featrueId),它的功能是启用窗体的扩展特性。参数是Window类中定义的常量。一、枚举常量1.DEFAULT_FEATURES:系统默认状态,一般不需要指定2.FEATURE_CONTEXT_MENU:启用ContextMenu,默认该项已启用,一般...
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); setContentView(R.layout.main); //软件activity的布局 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.titlebar); //titlebar为自己标题...
分类:
移动开发 时间:
2014-10-08 23:53:07
阅读次数:
183
去掉标题栏的方法:第一种:也一般入门的时候经常使用的一种方法requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏注意这句一定要写在setContentView()方法的前面,不然会报错的 第二种:在AndroidManifest.xml文件中定义...
分类:
移动开发 时间:
2014-10-08 17:50:45
阅读次数:
227
Volley主页 https://android.googlesource.com/platform/frameworks/volley
http://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded
1. 什么是Volley
Google I/O 2013上,Volley发布了volley。在这之前...
分类:
移动开发 时间:
2014-10-08 13:00:25
阅读次数:
324
The language feature most often associated with object-oriented programming is inheritance. Inheritance is the ability to define a new class that is a...
分类:
其他好文 时间:
2014-10-06 20:32:10
阅读次数:
192
一、特征提取Feature Extraction:· SIFT [1] [Demo program][SIFT Library] [VLFeat]· PCA-SIFT [2] [Project]· Affine-SIFT [3] [Project]· SURF [4] [OpenSURF] [Mat...
分类:
其他好文 时间:
2014-10-03 18:51:35
阅读次数:
469
为啥会有SPM→ScSPM呢?原因之一是为了寻找better coding + better pooling的方式提高性能,原因之二就是提高速度。如何提高速度?这里的速度,不是Coding+Pooling的速度,而是分类器的速度。SPM设计的是一个Linear feature,在文章中作者用于实验则...
分类:
其他好文 时间:
2014-10-02 21:34:13
阅读次数:
430