Will the constructor get called on orientation change?
I have a simple class, where on my constructor i am calling a method. Will
the constructor be re-called on orientation change.
public class ClasName{
public ClassName(){
MethodCalled();
}
}
No comments:
Post a Comment