[android-beginners] List content observers

2010-07-16 Thread Froens
Hi there I'm building an app that uses content observers. My problem is, that I tend to register my content observers multiple times. This causes my application to log events several times. How do I find out, if my content observer is already registered? - Frederik -- You received this message

[android-beginners] Re: Setup SQLite db at install time

2009-10-29 Thread Froens
(duplicate post)http://groups.google.com/group/android-beginners/browse_thread/thread... -- RichardC On Oct 27, 6:48 am, Froens fro...@gmail.com wrote: Hi group I am new to developing programs to the  Android framework. I've read the sample exercises (http://developer.android.com

[android-beginners] Setup SQLite db at install time

2009-10-27 Thread Froens
Hi group I am new to developing programs to the Android framework. I've read the sample exercises (http://developer.android.com/guide/ tutorials/notepad/notepad-ex1.html) but have a question regarding their database creating. All database creation happens in the function [onCreate() -

[android-beginners] Android and SQLite - setting up a db at install time

2009-10-26 Thread Froens
Hi group I am new to developing programs to the Android framework. I've read the sample exercises (http://developer.android.com/guide/ tutorials/notepad/notepad-ex1.html) but have a question regarding their database creating. All database creation happens in the function [onCreate() -