android basic lifecycle 800 alpha

Android Life cycle

October 17, 2018 admin 2

Android Life cycle onCreate() = Called when the activity is first created onStart() =Called just after it’s creation or by restart method after onStop(). Here Activity start becoming visible to user onResume() = Called when Activity is visible to user and user can interact with it onPause() =Called when Activity content is […]