Hi,
How should I reset Context dynamically made.
I made two View.
Data is operated in one View, and it displays
it with Context and UIElement that dynamically
makes data in the second View.
It is possible to come and go in two View.
How to reset Context dynamically made is not understood
though the method of resetting UIElement was understood.
<UIElement dynamically made is reset. >
-
view.resetView();
-
<Context dynamically made is reset.>
-
?????????????????????
-
Please teach the code in which Context is reset.
Regards.