- 授权协议: 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 项目。
The Art and Science of Java
Eric Roberts / Addison-Wesley / 2007-3-1 / USD 121.60
In The Art and Science of Java, Stanford professor and well-known leader in CS Education Eric Roberts emphasizes the student-friendly exposition that led to the success of The Art and Science of C. By......一起来看看 《The Art and Science of Java》 这本书的介绍吧!
