[android-developers] Re: Problem with turning off GPS updates when application goes into the background.

2010-11-05 Thread Chirag Patel
vior is expected. When theGPSicon stop flashing, it means that > no other app is requesting the "fine" location. > > For your second doubt, I would recommend you to read this: "http:// > developer.android.com/guide/topics/fundamentals.html#lcycles" > > On Nov 3,

[android-developers] Re: Problem with turning off GPS updates when application goes into the background.

2010-11-04 Thread Chirag Patel
other location listeners registered? > > Try to make a bare-bones app with only one activity that just > > registers and unregisteres a location listener. See if that works. > > > On Nov 3, 2:25 pm, Chirag Patel wrote: > > > > Thanks for the response but it didn&#

[android-developers] Re: Problem with turning off GPS updates when application goes into the background.

2010-11-03 Thread Chirag Patel
tance- > variable. > Request location updates in onResume(), using the instance-variable. > Remove location updates in onPause(), using the instance-variable. > > On Nov 2, 2:10 pm, Chirag Patel wrote: > > > > > > > > > Hi I'm having a problem when tryin

[android-developers] Problem with turning off GPS updates when application goes into the background.

2010-11-02 Thread Chirag Patel
Hi I'm having a problem when trying to stop location updates when the app goes into the background. In my onCreate() method I start request updates like this: LocationManager locationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); lo

[android-developers] Samsung Galaxy S Contacts Sync problem to CYNCZ Server

2010-09-24 Thread Chirag Patel
CYNCZ. Only one way sync is working !! I can not add contacts from android phone to CYNCZ server. Waiting for Your Reply ASAP, Thanks, Chirag Patel. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Re: EditText Bug?

2009-08-19 Thread Chirag Patel
Ok thanks for the info! On Aug 19, 1:19 pm, tauntz wrote: > Smells like a bug to me. It's already in the issue tracker and you can > "vote" for it there:http://code.google.com/p/android/issues/detail?id=2771 > > Tauno > > On Wed, Aug 19, 2009 at 3:05 PM, Chira

[android-developers] Re: EditText Bug?

2009-08-19 Thread Chirag Patel
Yep that was one of the first things I tried. Doesn't seem to work, I see the same behaviour as before On Aug 19, 1:01 pm, Sujay Krishna Suresh wrote: > try using setClickabe(false); > > On Wed, Aug 19, 2009 at 5:29 PM, Chirag Patel wrote: > > > Hi has anyone else exp

[android-developers] EditText Bug?

2009-08-19 Thread Chirag Patel
Hi has anyone else experienced this behaviour: I have a simple EditText field in one of my Activities. If I set the field to disabled, it greys out and I cannot enter text with the hardware keyboard, however when I touch the field the virtual keyboard appears and that still lets me enter text. Is

[android-developers] Switching Content Providers for the same Content URI

2009-08-12 Thread Chirag Patel
Hi, this may seem like a stupid question but I need to be sure. I was wondering if it was possible to programmatically change the Content Provider used when making a query given a Content URI. The reason being I need to know if it's possible to force the Calendar/Contacts applications to read from

[android-developers] Integrating Calendar/Contacts apps into your own application

2009-08-10 Thread Chirag Patel
Hi, I'm working on an application that allows a user to manage different email accounts all from one app. The application has it's own list of contacts / PIM (Personal Information Management) data obtained from each email service. To display the list of contacts/PIM data I was wondering if it wou