[android-developers] Re: CursorLoader not receiving change notifications

2011-04-01 Thread Pete Doyle
Oops :) Turns out I was supposed to be setting Cursor.setNotificationUri(...) in my ContentProvider. My bad. On Thu, Mar 24, 2011 at 12:10 PM, Pete Doyle petedo...@gmail.com wrote: Just wanted to report an issue I'm seeing in CursorLoader with the Android Compatibility Package r1 (on a Droid

[android-developers] CursorLoader not receiving change notifications

2011-03-24 Thread Pete Doyle
Just wanted to report an issue I'm seeing in CursorLoader with the Android Compatibility Package r1 (on a Droid / 2.2). Basically, it doesn't seem to be receiving calls internally to ContentObserver.onChange(), so it doesn't reload its data on a change. I was able to make things work by adding a

Re: [android-developers] Fragment.onActivityResult is not called

2011-03-10 Thread Pete Doyle
Ran into this issue tonight on my Droid (2.2). I think there's an issue in FragmentActivity.startActivityFromFragment(...). YMMV, but this seems to fix it for me: https://github.com/petedoyle/android-support-v4-googlemaps/commit/06307de35a9de0a89ff52bb42a358ba6740e542c Basically there are two

Re: [android-developers] Fragments for Google Maps add on?

2011-03-07 Thread Pete Doyle
Sweet, so it turns out you can make the Activity which manages your Fragments extend MapActivity. Then you can make a MapFragment with a MapView. Seems to work so far. Thanks to Valentin here: http://stackoverflow.com/questions/5109336/mapview-in-a-fragment-honeycomb On Fri, Mar 4, 2011 at

[android-developers] Fragments for Google Maps add on?

2011-03-03 Thread Pete Doyle
Anyone know if / when the Google Maps add-on will support the new Fragments api? Also, any chance of a version that works with the static library released today? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: javaw.exe is taking up 50% of my CPU Usage!!

2010-07-27 Thread Pete Doyle
I think I might be seeing the same issue. Eclipse doesn't crash, but becomes unresponsive so that I have to kill it. Eclipse's javaw.exe takes 33% CPU on my 3 core machine (i.e. 100% of one core). Here's my setup: Eclipse Helios (3.6) 64-Bit Sun JVM 6u20 (1.6.0_20) ADT 0.9.7.v201005071157-36220