Good morning,
I´m trying to do a widget of an analogic clock, but I’m not sure how the get the minute and hour lines.
I thinking that maybe in a slim label, and then rotate it but I don’t know how to do this from a widget.
Is there any other solution?
Thank you
You can use an ImageView. Draw the clock on a bitmap and use RemoteViews.SetImage to update the image. Note that updating the widget every minute will make it a "heavy" widget.