
android
Byane
这个作者很懒,什么都没留下…
展开
-
笔记2013.09.17
1.一个用c语言实现的key-value数据库Sophia,大概看了下用法,感觉挺像bdb的。 官方网址:http://sphia.org/index.html 源码:https://github.com/pmwkaa/sophia 2.Android开发入门资料介绍:http://www.bongizmo.com/blog/android-resources-each-dev原创 2013-09-17 12:40:39 · 884 阅读 · 0 评论 -
笔记2013.09.18
1. hadoop / SQL / python脚本? http://www.chrisstucchio.com/blog/2013/hadoop_hatred.html 2.android API 对照表 Code name Version API level(no code name) 1.0 API level 1(no code name) 1.1 API原创 2013-09-18 12:44:51 · 862 阅读 · 0 评论 -
欢迎使用优快云-markdown编辑器
Android碰上emoji原创 2015-06-29 21:05:33 · 694 阅读 · 0 评论 -
Android Studio插件
在Android Studio中启动App,杀掉App,清掉App数据 https://medium.com/sebs-top-tips/clear-the-app-data-quickly-android-studio-protips-1-ebc47ea06286#.omchq3vg2 https://github.com/pbreault/adb-idea#installati原创 2016-03-07 10:18:57 · 747 阅读 · 0 评论 -
Android札记
获取Android签名证书的指纹 * 获取debug签名证书的指纹: keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android -v * 获取正式签名证书的指纹: keytool -list -alias 在导出时程序的别名 -k原创 2016-03-07 17:44:49 · 1612 阅读 · 0 评论 -
Android Studio入门之常见问题
将Github工程导入Android Studio后,sync代码时报找不到 'com.android.application' 的错误 build.gradle示例: apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0原创 2016-02-24 20:13:27 · 921 阅读 · 0 评论