Yes, I have considered that and may well end up taking that route. It's
messy though, whether it's a separate app in the Market or an APK downloaded
from my server (or even bundled as an asset in the main app).

Also the separation means you have to handle the scenario where the widget
app is an earlier version than the main app and vice versa. Much more
difficult to test unless the internal APIs (e.g. ContentProviders) are
particularly mature.

On 16 June 2011 17:24, Marcin Orlowski <[email protected]> wrote:

> You could also consider separating widget from main app. having two apks
> you could allow sd card for main user and keep widget plugin app on main
> memory. depending on what your widget shows it may be the way to go
> On Jun 16, 2011 9:33 AM, "Mark Carter" <[email protected]> wrote:
> > I plan to show this message when the app detects it has been moved to the
> SD
> > card (i.e. the first time it runs after the event):
> >
> > "Android automatically disables homescreen widgets for apps that have
> been
> > moved to the SD card. If you would like to use widgets, then please move
> > this app back to internal memory."
> >
> > There's a starting point. Feel free to improve it. If we can settle on
> > something then maybe others can post translations here...
> >
> > --
> > 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
>

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