Demonstrates a technique of building Android Wear watch faces using standard Android layouts, rather than drawing to the Canvas directly.
Please be aware that this is a
sample
, and while it does work, it is not meant to be a full-featured watch face.
Source code is available on GitHub at https://github.com/StringMon/layout-watch-face
A full writeup on this technique, and the making of this watch face, can be found at https://sterlingudell.wordpress.com/2015/05/10/layout-based-watch-faces-for-android-wear/
標準のAndroidのレイアウトを使用してアンドロイドウェアの時計の顔を構築するのではなく、直接キャンバスに描画する技術を実証します。
これが
サンプルであり、それは仕事をしながら、それはフル機能を備えた時計の顔であることを意味するものではないことに注意してください。
ソースコードはhttps://github.com/StringMon/layout-watch-faceではGitHubで提供されています
この技術の完全な過去記事、およびこの時計の顔の作りが、https://sterlingudell.wordpress.com/2015/05/10/layout-based-watch-faces-for-android-wear/で見つけることができます