[android-developers] Android 1.5: Service

2011-04-16 Thread Mahavir Jain
Hi, This may be very basic question but I really cannot find any proper solution for this. I was developing app (which have service) on Android 2.2. Then I realize that I should also make it compatible to Android 1.5. But for android 1.5, onStartCommand() method was not there and instead

Re: [android-developers] Android 1.5: Service

2011-04-16 Thread Kumar Bibek
Check this out http://developer.android.com/reference/android/app/Service.html#onStartCommand%28android.content.Intent,%20int,%20int%29 Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Apr 16, 2011 at 12:38 PM, Mahavir Jain vir.j...@gmail.com wrote: Hi, This may be

Re: [android-developers] Android 1.5: Service

2011-04-16 Thread Mahavir Jain
Thanks Kumar.. On Sat, Apr 16, 2011 at 1:54 PM, Kumar Bibek coomar@gmail.com wrote: Check this out http://developer.android.com/reference/android/app/Service.html#onStartCommand%28android.content.Intent,%20int,%20int%29 Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com