How many threads in a typical Windows Phone app?
How many threads are running on a typical Windows Phone application which
does not use any multithreading or asynchronous programming? Is it just
one thread - the UI thread? If the app is not using any multithreading or
async features, can we conclude that all stuff is executing on UI thread?
No comments:
Post a Comment