上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: This article's purpose is to generate a static/shared library which can be used in android ndk.Software Version: Cygwin 1.7.15-1 Android SDK 4.0.3 (API 15) Android NDK r81.Install Android-ndk and CygwinInstallNDK.Download the zip file and unzip itto thedestination folder.my isD:\Android\android- 阅读全文
posted @ 2012-12-20 12:24 Qiengo 阅读(355) 评论(0) 推荐(0) 编辑
摘要: BlockingQueueArrayBlockingQueueDelayQueueLinkedBlockingQueuePriorityBlockingQueueSynchronousQueueBlockingDequeLinkedBlockingDequeBlockingQueueTheBlockingQueueinterface in thejava.util.concurrentclass represents a queue which is thread safe to put into, and take instances from. In this text I will sh 阅读全文
posted @ 2012-12-19 15:02 Qiengo 阅读(2981) 评论(0) 推荐(0) 编辑
摘要: 2012-12-19 统计的当前android手机主要分辨率,主要来源于中关村。看完以下数据统计之后,请决定dm版要采用的分辨率,谢谢商超通dm版本,支持分辨率和对应的android手机如下:当前市面上可见的分辨率 说明 中关村数据(包括已停产)1280×720像素 ---大部分高档机型,高清屏,该类手机越来越多 127款手机960×640像素--主要是魅族系列手机 12款手机960×540像素--相对分散,htc,摩托居多 163款手机854×480像素---相对分散,主要是摩托,联想 98款80... 阅读全文
posted @ 2012-12-19 11:30 Qiengo 阅读(301) 评论(0) 推荐(0) 编辑
摘要: Androidis aLinux-basedoperating systemdesigned primarily fortouchscreenmobile devices such assmartphonesandtablet computers. Initially developed by Android, Inc.,whomGooglefinancially backed and laterpurchased in 2005,Android was unveiled in 2007along with the founding of theOpen Handset Allianc... 阅读全文
posted @ 2012-12-13 16:54 Qiengo 阅读(479) 评论(0) 推荐(0) 编辑
摘要: Android is a software stack for mobile devices that includes an operating system, middleware and key applications. TheAndroid SDKprovides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.FeaturesApplication frameworkenabling .. 阅读全文
posted @ 2012-12-13 11:46 Qiengo 阅读(945) 评论(0) 推荐(0) 编辑
摘要: o(∩_∩)oString result = String.format("The format method is %s!", "great");// result now equals "The format method is great!".You don't need to use numbers to indicate positioning. By default, the position of the argument is simply the order in which it appears in th 阅读全文
posted @ 2012-12-11 12:20 Qiengo 阅读(1107) 评论(0) 推荐(1) 编辑
摘要: 1.android:configChanges="keyboardHidden|orientation"<activity android:name=".TwitterActivity$AppListFragment" android:configChanges="keyboardHidden|orientation" />If you use this,then android won't restart activity when screen is rotated.Instead,onConfiguratio 阅读全文
posted @ 2012-12-06 17:07 Qiengo 阅读(296) 评论(0) 推荐(0) 编辑
摘要: These classes focus on the best Android user experience for your app. In some cases, the success of your app on Android is heavily affected by whether your app conforms to the user's expectations for UI and navigation on an Android device. Follow these recommendations to ensure that your app loo 阅读全文
posted @ 2012-12-06 12:38 Qiengo 阅读(902) 评论(0) 推荐(1) 编辑
摘要: Label DecorationsMenu ActionsUser Guidehttp://wiki.eclipse.org/EGit/User_GuideLabel DecorationsLabel decorations show Git specific information on resources under Git version control. They appear in all views showing model objects, like Package Explorer, Project Explorer, Navigator, Hierarchy View.Th 阅读全文
posted @ 2012-11-21 17:57 Qiengo 阅读(2278) 评论(0) 推荐(0) 编辑
摘要: Type the "egit" in the Install New Software interface of Eclipse,and select the address prompt:Now ,you found that there are two git,EGit and JGit.After googling them,you may know that the Jgit is the dependence of the Egit,so you have to install the Jgit also.If youencounter problems whtn 阅读全文
posted @ 2012-11-20 11:39 Qiengo 阅读(235) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页