首页 > 其他 > 详细

onpostcreat()

时间:2015-06-24 18:35:18      阅读:183      评论:0      收藏:0      [点我收藏+]

protected void onPostCreate (Bundle savedInstanceState)

Added in API level 1
Called when activity start-up is complete (after onStart() and onRestoreInstanceState(Bundle) have been called). Applications will generally not implement this method; it is intended for system classes to do final initialization after application code has run.

Derived classes must call through to the super class‘s implementation of this method. If they do not, an exception will be thrown.

Parameters
savedInstanceState If the activity is being re-initialized after previously being shut down then this Bundle contains the data it most recently supplied in onSaveInstanceState(Bundle). Note: Otherwise it is null.
See Also
onCreate(Bundle)

 

官方文档的解释

一个回调方法吧

 

onpostcreat()

原文:http://www.cnblogs.com/sinvar/p/4598273.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!