[android-developers] Re: onCreate -Prob?

2009-08-24 Thread Chaoz1336
they ARE compatible... Its NOT like I would use them directly out of a j2me .class file, it works fine with interfaces, otherwise wouldnt my code proceed that far. I only got the prob with the error mentoined above, ... =/ --~--~-~--~~~---~--~~ You received this

[android-developers] Re: onCreate -Prob?

2009-08-24 Thread Doug
I suspect from your logging that your code may be trying to hit up a system service before the activity has it's context set up correctly. Basically, you can't do anything that requires Context until your 'onCreate()' method is called (you can do it *in* onCreate, just not before). On Aug 24,

[android-developers] Re: onCreate -Prob?

2009-08-21 Thread Balwinder Kaur (T-Mobile USA)
J2ME class files are not compatible with the Dalvik VM that Android uses. Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent