Sorry if this is a silly question, but i'd just like to be certain.
I start my app, and then immediately start a new thread to carry out some tasks while my 'main thread' (if that is the term to use) is doing something else.
Do all method calls from the new thread i started, execute from that thread?