How Do I view a certain view from another class. Example:
I've got 2 .java classes both are viewflipper and have 10 views.
If I was on the first 1.java class and and wanted to go to a certain view like view number 8 in the 2.java class is it possible? I've got this code:
VF.setDisplayedChild(8);
But this code only goes if your already inside the class.. What if I'm outside of the box :(
Thanks
Wahid