Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.94 KB

ReadMe-zh.md

File metadata and controls

57 lines (37 loc) · 1.94 KB

TicDesign

English

使用 TicDesign,你可以轻松让你的手表应用获得优雅的用户交互,并符合 Ticwear 的设计规范。如果你的应用运行在 Ticwear 系统上,它还可以支持挠挠等新型交互方式。

访问 TicDesign 官方网站,深入了解 TicDeign 的设计思想、功能和使用方式。

如何使用

在需要使用的 module 中,添加对 TicDesign 的依赖:

dependencies {
    compile 'com.ticwear:ticdesign:0.1.2'
}

详细的使用帮助,参看 TicDesign 开发文档

遇到问题?

如有疑问或遇到 bug,请提交 issues

贡献

如果你希望为这个开源库贡献代码、文档或任何能帮助到其他开发者的东西。我们欢迎你提交 Pull Request

请往 dev 分支提交代码,我们帮助你审查后,会合并你的代码。经过测试后,dev 分支的代码将会发布到 master 分支,并部署到代码中心。

开源协议

Copyright (c) 2016 Mobvoi Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.