store data, you should use content providers just in this situations : • You want to offer complex data or files to other applications. • You want to allow users to copy complex data from your app into other apps. • You want to provide custom search suggestions using the search framework.
have to call “stopSelf” method. • Multiple processes in parallel. IntentService : • Other Thread • You not have to call “stopSelf” method. • Manage a queue with processes, you are not allowed to use them in parallel.