[android-developers] Re: What could cause a managed cursor not to update?

2008-05-09 Thread Flik
Could the activity idling cause this? Dalvik Debug gives me an idle timeout warning. On May 9, 3:04 pm, Flik [EMAIL PROTECTED] wrote: I have an application that when started if you have none it shows a special message. When you add an item the first one is correctly shown, but after

[android-developers] Re: What could cause a managed cursor not to update?

2008-05-09 Thread Flik
Here is a link where I posted this issue awile back, and got no reply. I posted some snippets. Please let me know if there is anything else http://groups.google.com/group/android-developers/browse_thread/ thread/b37e6a20024f0ab6/93c38c5705f337d2? lnk=gstq=flik#93c38c5705f337d2 Log INFO

[android-developers] Re: What could cause a managed cursor not to update?

2008-05-09 Thread Flik
if there is anything else http://groups.google.com/group/android-developers/browse_thread/ thread/b37e6a20024f0ab6/93c38c5705f337d2? lnk=gstq=flik#93c38c5705f337d2 In your original posting on this more recent thread, you said: but after that it seems that the managed cursor has been lost. I

[android-developers] Re: Managed Cursor

2008-04-22 Thread Flik
look at the NotePad tutorial for example. You could also provide your relevant code here to help us debug it further? Thanks, Megha On Mon, Apr 21, 2008 at 2:25 PM, Flik [EMAIL PROTECTED] wrote: What can cause an activity to stop managing a cursor or a managedCursor to not update

[android-developers] Managed Cursor

2008-04-21 Thread Flik
What can cause an activity to stop managing a cursor or a managedCursor to not update onReststart or a managed cursor to not be notified of an update? I seem to having this problem when I change activities with startActivity or startSubActivity.

[android-developers] Managed Cursors

2008-04-19 Thread Flik
What causes a managed cursor to not update on resume? Does startActivity or startSubActivity have anything to do with this? How many cursors can an activity manage? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Managed Cursors

2008-04-11 Thread Flik
How many cursors can an activity manage? --~--~-~--~~~---~--~~ 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

[android-developers] Layout Animation response to Touch event

2008-04-08 Thread Flik
How could I accomplish interpreting the touch event with an activity that I want to do one thing if one area is clicked and another thing if a different area is clicked? I have a ViewGroup (container) and two child views that are the same. One is visible: the other is not. I think I need the