androidhtmlwear-oswatch-face-api

Using HTML page as watch face on android wear smartwatch


I'm currently working on development of custom watch faces for android wear. I have one question, Is it possible to use HTML page as watch face on android wear? I'm trying to design watch faces using HTML and display them on android wear smartwatch.

Is it possible?


Solution

  • Probably not possible. Android Wear doesn't include the webkit API, so it's unlikely that you'd be able to render your HTML content on the watch at all, which pretty well precludes using it as a watch face.

    Given that, the only possibilities which occur to me are:

    One caveat: it's pretty hard to definitively say anything is "not possible"; there may well be a way to do this that I'm not aware of.