Tuesday, 27 August 2013

Will the constructor get called on orientation change?

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