I want to call onCreate(Bundle cicici); from other class then i am getting “NullPointerException”, so please guide me how can i call the onCreate() from another class.
I want to call onCreate(Bundle cicici); from other class then i am getting NullPointerException,
Share
There is only one way in which onCreate can be called, by starting an Activity, since onCreate is as part of Activity life cycle.