Android Restart a Service
Posted
by xger86x
on Stack Overflow
See other posts from Stack Overflow
or by xger86x
Published on 2010-04-22T22:59:29Z
Indexed on
2010/04/22
23:03 UTC
Read the original article
Hit count: 234
I have the following question:
I start my activity and i call bindService in order to start a service which in background downloads data from an API. When it finish, it calls stopSelf().
But if i want to call again bindService in my Activity in order to download other data, nothing happens.
Any idea?
© Stack Overflow or respective owner