Re: [android-developers] Remote Service - Reconnecting

2010-08-11 Thread Markus Feuerstein
Thanks for your quick answer. If I understand right, I could solve it like this: @Override public void onStart( Intent intent, int startId ){ super.onStart( intent, startId ); if( !mServiceRunning ) { mServiceHandler = new Handler();

[android-developers] Re: Loading 3D Models

2009-03-11 Thread Markus Feuerstein
Hi! I'm really interested in this issue too! I would be very pleased if someone could share their experience! Anyway, does someone know some good opengl 'tutorials' or documentations? Regards markus On Mar 11, 2009 9:53 AM, geoff geoff@gmail.com wrote: How are people here loading in their