Why are threads being added when I open one of my activities?

43 Views Asked by At

I haven't been programming for long and don't have great understanding of threading. I was running my app in Eclipse Debug and noticed that whenever I enter Activity C, two threads (AsyncTasks) show up as shown. If I exit the activity and enter again, two more threads appear. Why is this and is this something that shouldn't be happening? Thanks.

enter image description here

0

There are 0 best solutions below