codepath / codepath/android_guides

IntentService runs outside application process ?

Open
#282 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
28.3k
Forks
6.2k
PR merge metrics
No merged PRs in 30d

Description

Hi,

Thanks for sharing beautiful knowledge of Android on your blog.

I have a query under Section "Services"-->"Starting Background Service" :
https://guides.codepath.com/android/Starting-Background-Services

Here, its mentioned that "IntentService runs outside the application in a background process,.....",
whereas according to the Android documentation, IntentService runs in a background thread outside main UI thread that is in the same application process.

We can see in the source code of IntentService.java, inside onCreate() callback, HandlerThread is being initiated and started a new thread.

Kindly, correct me if i am wrong.

Thank You.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.