In particular, if you want to change the content on touch/clicks
----- Original Message -----
From: "Hendrik Greving" <[email protected]>
To: <[email protected]>
Sent: Friday, November 19, 2010 3:19 PM
Subject: Re: [android-developers] Re: custom view in widget
So basically the widget can only use stuff from the OS? Let's say you want
to draw something nice into a widget, I saw several widgets doing that,
like HTML content or so, or a picture from your mum (j/k), how would you
do that?
----- Original Message -----
From: "Lance Nanek" <[email protected]>
To: "Android Developers" <[email protected]>
Sent: Friday, November 19, 2010 2:40 PM
Subject: [android-developers] Re: custom view in widget
Custom subclasses are not supported:
http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
Descendants of these classes are not supported.
It runs in another process. It has no way to load them.
On Nov 19, 3:40 pm, "Hendrik Greving" <[email protected]> wrote:
Can I use a custom view like com.examples.me.customview in the xml file
of a app widget and can then draw in the onDraw of the custom view? Or do
I have to draw into the drawing cache of an ImageView instead?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en