From what i understand you cannot rotate an image in a widget using RemoteViews
Since they also depricated the analog clock widget, how do you do a simple analog clock Widgetusing your own images ?
I have everything set up in my widget, I also have a timer that runs every minute, I just need to rotate the minute dial and hour dial accordingly
been looking around and couldn't find an answer to this
how is that possible inside a Widget ?
i learn i can actually have 60 images for the minute dial + 60 images for the hour dial and then swap them progematicly.. but that's just an overkill... isn't there a way to just achieve this simple thing that allot of people are doing ?