Using TicDesign, you can make your wear App full of elegant user interaction, following the Ticwear Design Guide. If your App runs on Ticwatch, Tickle support is also built in to interact with your App.
Check out TicDesign website to see how we think of UX on watch, and how to use the TicDesign.
Add dependencies in your module build.gradle
:
dependencies {
compile 'com.ticwear:ticdesign:1.1.0'
}
For details of development, check out TicDesign Dev Doc or find it in code。
Feel free to post issues when you have questions or found a bug.
Pull Request is welcome if you are interested in sharing your code to contribute to the open source community.
Please send pull request to dev
branch. we will merge your code after review. When we finished testing, a new version of library will be released from dev
to master
, and deployed to repository center.
If you have new widgets you want to add to TicDesign, please:
- Add your widget code to
ticwear.design.widget
package. - Add your resources related to the widget in files like
*_widget.xml
. - Add doc for your new widget. (Read following section on how to do this)
Documentation for TicDesign, is published by Website, hosted on GitHub Pages, and written in Markdown. But currentlly we only have a Chinese version of the site. We will add support of other languages later. Or if you are familiar with Chinese, you are very welcome to translate it into other languages.
To modify or add doc, you need to check out gh-pages
branch, and read the README.en.md for details.
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.