Issuing with calling methods in Inherited class
问题 This "Code A" is the code of my base class and i am extending this class to another class "Code B". The problem is when i run my app my application has stopped. Is there any problem with my Base class or i not call them properly? Activity is registered in manifest file. Code A public class PrepaidBase extends Activity { PrepaidBase pb = new PrepaidBase(); private String number = ""; public void alertDialogShow(Context context, String title, String message, String _number) { this.number =