Yes, but how to parse ImageView to the canvas, I'm confused, becouse i can not add views in the run time , and ImageView added in a Layout designer it is not declared anywhere in the code :/ ?
You should create a mutable bitmap (Bitmap.InitializeMutable) and draw on this bitmap with a canvas. You should then send it to the widget by calling RemoteView.SetImage.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.