You should not.  AppWidgetProvider also already lets you handle resizing as
much as is possible.  Your widget does not run code in the host process, so
you must handle everything through the features available through views you
can put in RemoteViews.

On Tue, Aug 30, 2011 at 1:35 PM, Carlos Junior
<[email protected]>wrote:

> Hello, is it possible to create a custom Widget without extending
> AppWidgetProvider?
> I wish to handle resizing events in my widgets because I need to
> control max and minimum resize.
>
> Best regards,
> Carlos
>
> --
> 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
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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

Reply via email to