Re: [android-developers] Fetching messages from a server

2011-03-27 Thread Kevin Anthony
Thanks, that did the trick On Sat, Mar 26, 2011 at 12:32 PM, Mark Murphy mmur...@commonsware.com wrote: On Sat, Mar 26, 2011 at 12:24 PM, Kevin Anthony kevin.s.anth...@gmail.com wrote: I have an application that needs to fetch messages from a server, currently i do this via a service, running

[android-developers] Fetching messages from a server

2011-03-26 Thread Kevin Anthony
I have an application that needs to fetch messages from a server, currently i do this via a service, running in the background. However, when my application is not in the foreground, it quickly gets pushed out of memory, and stops checking for messages. I've been playing with

Re: [android-developers] Fetching messages from a server

2011-03-26 Thread Mark Murphy
On Sat, Mar 26, 2011 at 12:24 PM, Kevin Anthony kevin.s.anth...@gmail.com wrote: I have an application that needs to fetch messages from a server, currently i do this via a service, running in the background. However, when my application is not in the foreground, it quickly gets pushed out of