Re: [android-developers] Android Widget with AlarmManager and Configuration

2011-12-08 Thread TreKing
On Thu, Dec 8, 2011 at 12:09 PM, Bhavin  wrote:

> But when I put all these in a single project I get lots of error.
>

Why don't you explain what your "lots of error" are and maybe someone can
help?

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Android Widget with AlarmManager and Configuration

2011-12-08 Thread Bhavin
I want a widget that have a configuration activity, which asks some
information to user. Once the information is provided by user I want
my widget to be updated every 10 minutes. So I need an Alarm Manager.
On every 10 minutes my widget fetches some data from my website and
displays it on widget, for that I can use service.

>From many days I am trying to implement this. I googled a lot, but
failed while putting all these together. I can implement alarm manager
separately, I can implement services separately, I can use
configuration activity separately. But when I put all these in a
single project I get lots of error.

Can anyone please refer me any document or example that may help me?
Regards,
Bhavin Mistry.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en