[android-developers] Re: Activity neutral entry point for an Android application?

2008-03-26 Thread Jakob Bjerre Jensen
Hello hackbod, That is exactly, what I was looking for! Thanks! I think, that application code, which is independent of any activity, should be placed some neutral place. Best regards, Jakob Bjerre Jensen On 21 Mar., 20:48, hackbod <[EMAIL PROTECTED]> wrote: > One approach you can take: > > htt

[android-developers] Re: Activity neutral entry point for an Android application?

2008-03-25 Thread jim.renkel
I think you could also use the constructor for your class that extends Activity. But I could be wrong, as I haven't tried this trick. Yet. :-) Jim Renkel On Mar 21, 2:52 pm, "Dan U." <[EMAIL PROTECTED]> wrote: > I believe the onCreate() for the first Activity is the right place to > do this. I d