上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页
摘要: 1). http://docs.blackberry.com/zh-cn/developers/deliverables/12002/Localizing_BlackBerry_Application_projects_655976_11.jsp2). http://stackoverflow.com/questions/568079/blackberry-localization-resource-bundle3).http://www.blackberry.com/developers/startpages/java/1.5.0/Java/guide/index.html 4). Loc. 阅读全文
posted @ 2012-02-13 18:14 higirle 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://market.android.com/appsIpone :app store WP7: Market placeBlackBerry App World 阅读全文
posted @ 2012-02-10 15:26 higirle 阅读(145) 评论(0) 推荐(0) 编辑
摘要: How to deploy on BlackBerry1. BlackBerry ->sign ->import existing keys2. BlackBerry ->Package ->Project(s)3. BlackBerry ->sign ->Sign withe signature tool4. BlackBerry ->Load project on DeviceNote: 1. it's very difficulity to debug on device, try to reproduce it on emulaor i 阅读全文
posted @ 2012-02-10 13:28 higirle 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 1. download the 豌豆荚2. install it and search the "Root Explorer" (or OI File Manager")3. Click the IO.., you can explorer the folder you are using. 阅读全文
posted @ 2012-02-09 14:09 higirle 阅读(235) 评论(0) 推荐(0) 编辑
摘要: http://xusaomaiss.iteye.com/blog/1396324 Android 数字签名 在Android系统中,所有安装到系统的应用程序都必有一个数字证书,此数字证书用于 标识应用程序的作者和在应用程序之间建立信任关系,如果一个permission的protectionLevel为signature,那么就只有那些 跟该permission所在的程序拥有同一个数字证书的应用程序才能取得该权限。Android使用Java的数字证书相关的机制来给apk加盖数字证 书,要理解android的数字证书,需要先了解以下数字证书的概念和java的数字证书机制。Android系统要求.. 阅读全文
posted @ 2012-02-08 15:24 higirle 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1. 根据不同的Phone,你可能需要设置(setting or 设置) =》Applications= >Development=>USB debugging must be enabled, other wise, the device can not be found when you want to debug and attach it. 阅读全文
posted @ 2012-02-08 12:53 higirle 阅读(240) 评论(0) 推荐(0) 编辑
摘要: If you want to debug with really device you have to download and install the Desktop Software for black berry, the following is the download link.https://swdownloads.blackberry.com/Downloads/quickdownload.do 阅读全文
posted @ 2012-02-08 12:50 higirle 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 将android中的sample例子导入到eclipse中 SDK中带有很多的例子,那么我们怎么样导入到eclipse中呢?方法很简单,如下:1. 新建android工程,选择Create project from existing sample,2. 选择sdk的version,click Next.3. 这时你会看到很多samples, 从下拉列表中选择你要导入的例子,finish.注意:前提是你已经下载了samples,并且选择的是对应的sdk版本。 阅读全文
posted @ 2012-02-07 17:30 higirle 阅读(3412) 评论(0) 推荐(0) 编辑
摘要: http://www.voipvoip.com/android/ 阅读全文
posted @ 2012-02-07 16:38 higirle 阅读(186) 评论(0) 推荐(0) 编辑
摘要: <?xmlversion="1.0"encoding="utf-8"?><RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent"android:padding="10dp"android:orientation="verti 阅读全文
posted @ 2012-02-07 10:22 higirle 阅读(332) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页