How to start Service?

How to start Service?



On 2014-06-10 00:24:24.0
subha064


By using   startService() method
Example :
Intent  intentstartService  = new Intent(this, example.class);
startService(intentstartService);


On 2014-06-10 03:33:05.0
vinaykumar

copyright@questionsforum.net