多平台笔记应用 Simplenote for Android

码农软件 · 软件分类 · 网站客户端 · 2019-04-28 20:41:28

软件介绍

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 项目。

本文地址:https://codercto.com/soft/d/4599.html

The Art and Science of Java

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码