While developing an application for windows Phone 7.1 , i encountered the below problem.
I have separate thread for managing my views . And i want this to access the Navigation stack which is a part of the UI thread. How can i achieve this ?
I have a function in my view manager which gets triggerd every time a view change (navigation) occurs.
Any help ?