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

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

2011-12-08 Thread TreKing
On Thu, Dec 8, 2011 at 12:09 PM, Bhavin likebit@gmail.com 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?