- 授权协议: Apache 2.0
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/Automattic/simplenote-android
- 软件文档: https://github.com/Automattic/simplenote-android/blob/develop/README.md
- 官方下载: https://github.com/Automattic/simplenote-android
软件介绍
SimpleNote Android 版客户端。SimpleNote 是一款可以在多平台上使用的笔记应用。想要了解更多详情可以到 Simplenote.com.
开发需要准备的东西:
如何配置:
1.复制项目到本地
git clone https://github.com/Automattic/simplenote-android.git cd simplenote-android
2.选择Gradle构建方式将项目导入 Android Studio。你需要创建一个 local.properties 文件,并且使用绝对路径指向 Android SDK:
Sample local.properties
sdk.dir=/Applications/Android Studio.app/sdk
3.Simperium 配置
添加你的 Simperium AppID 和 key 以及空的 googleAnalyticsId 到Simplenote/gradle.properties。
simperiumAppId=SIMPERIUM_APP_ID simperiumAppKey=SIMPERIUM_KEY googleAnalyticsId=
4.在 Android Studio 上或者使用 ./gradlew install 方式安装 Debug 。
Android Wear
要想正确安装 Wear 应用,需要先运行 ./gradlew assembleRelease 打包该应用,然后把生成的 .apk 文件安装到主机设备进行 adb install。
如果你想调试 Wear 应用,只需将设备连接到 adb,然后运行 Android Studio 中的 Wear 项目。
Learning Processing
Daniel Shiffman / Morgan Kaufmann / 2008-08-15 / USD 49.95
Book Description Teaches graphic artists the fundamentals of computer programming within a visual playground! Product Description This book introduces programming concepts in the context of c......一起来看看 《Learning Processing》 这本书的介绍吧!
