android
kaqi072821
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Will android (java) UUID.randomUUID() return repeated UUIDs?
Theoretically, I don't think this method will return repeated UUIDs, even from different devices.Let's check the documentation of android: http://developer.android.com/reference/java/util/UUID.html....原创 2013-11-19 06:11:35 · 177 阅读 · 0 评论 -
Install android apk from PC
http://developer.android.com/tools/help/adb.html#move adb install <path_to_apk>原创 2013-12-02 17:48:57 · 179 阅读 · 0 评论 -
Android resources
Android Asset Studio: http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html Inspired UI: http://android.inspired-ui.com/ Android cheatsheet for graphic designers http://...原创 2013-09-11 15:13:06 · 185 阅读 · 0 评论 -
Maven to add v7 GridLayout support
1. check out the deployer https://github.com/mosabua/maven-android-sdk-deployer 2. cd maven-android-sdk-deployer/extras/compatibility-v7-gridlayout 3. mvn install add the following into the pom...原创 2013-10-12 17:18:09 · 139 阅读 · 0 评论 -
Keep ProgressDialog while rotate the phone
Just add the following to the activity in AndroidManifest.xml <activity android:name=".view.cohort.FormTemplateWizardActivity" android:label="Download Form Templates" android:configChanges...原创 2013-10-21 22:56:43 · 140 阅读 · 0 评论
分享