I’m starting with Android widgets and I’d like to know how to make “complex” calls for the widget view’s, for example apply a matrix transformation to an ImageView.
Is possible to do that? Should I use RemoteViews class? Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am assuming here that you mean “app widgets”.
That is not supported, sorry. Because the actual app widget’s
Views are in another application (in that application’s own process), you have a very limited API for working with them, in the form of aRemoteViewsdata structure. That does not support arbitrary operations, particularly involving complex parameters.