Android应用做完了还是要放到某市场上让大家下载的。Android Market上是要收费的。一年10美元。不过在中国的话,似乎不太需要考虑,因为很多Android机子上是没有Play store的。但是要放到市场上还是需要签名的,用Eclipse开发的时候默认是通过Debug.keystore...
分类:
移动开发 时间:
2014-12-12 16:19:01
阅读次数:
221
参考资料: https://market.sencha.com/extensions/datetimepicker适用于2.4.1版本uxPickerTime使用方法参考:datepicker控件 1 Ext.define('ux.picker.Time', { 2 extend: 'E...
分类:
其他好文 时间:
2014-12-09 17:34:01
阅读次数:
134
现在很多软件中都有设置的界面,设置界面一般都是软件更新关于和本产品的介绍等等,还有一个就是评分,点击后打开应用市场,比如应用宝、360手机助手,会调用这些发布市场的App,打开后直接到自己发布的App下。代码实现如下:
[java] view
plaincopyprint?
Intent intent = new Intent(Intent.ACTION...
分类:
移动开发 时间:
2014-12-09 15:47:51
阅读次数:
199
Code Uri uri = Uri.parse("market://details?id="+getPackageName()); Intent intent = new Intent(Intent.ACTION_VIEW,uri); intent.addFlags(Intent.FLAG_A.....
分类:
移动开发 时间:
2014-12-07 17:37:08
阅读次数:
261
android 调用Market 搜索自己的软件...
分类:
移动开发 时间:
2014-12-06 15:29:57
阅读次数:
153
一什么是CTS
CTS简介:Compatibility Test suite系列兼容测试
google定义了一个兼容性规范(Compatible Definition),而CTS就是为了确保某个测试符合该规范。从而基于Android的应用程序能在基于同一个api版本的设备上面运行。通过CTS测试的device可以获得android的商标,并且享受android market的权限。
例如手机...
分类:
移动开发 时间:
2014-12-02 20:53:08
阅读次数:
323
iOS Developer RoadmapStart your journey today!Where Do I Start?Becoming an iOS developer is a lot of fun and a valuable skill in today's market. But t...
分类:
移动开发 时间:
2014-11-20 01:20:27
阅读次数:
428
一、CTS简介
CTS 全称Compatibility Test Suite兼容性测试工具。
当电子产品开发出来,并定制了自己的Android系统后,必须要通过最新的CTS检测,以保证标准的android应用能运行在该平台下。
通过了CTS验证,需要将测试报告提交给Google,已取得android market的认证...
分类:
移动开发 时间:
2014-11-16 13:29:54
阅读次数:
253
Description
The advice to "buy low" is half the formula to success in the bovine stock market.To be considered a great investor you must also follow this problems' advice:
"Bu...
分类:
其他好文 时间:
2014-11-12 19:50:43
阅读次数:
301