Using TicDesign, you can make your wear App full of elegant user interaction, and follow the Ticwear Design Guide. If your App running on Ticwatch, Tickle is also built in to interaction with your App.
Checkout TicDesign website for 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.0.0'
}For details of development, checkout 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 interesting in share your code to contribute 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 deploy to repository center.
If you have new widget want's to add to TicDesign, please:
- Add your widget code to
ticwear.design.widgetpackage. - Add your resources relative to the widget to files like
*_widget.xml. - Add doc for your new widget. (Read following section for how to do this)
Document for TicDesign, is published by Website, hosting on GitHub Pages, and writing by Markdown. But currentlly we only have a Chinese language version of site. We will let it support other language later. Or if you are familiar with Chinese, you are very welcome to translate it to Other language.
To modify or add doc, you need to checkout 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.
