kymjs / KJFrameForAndroid

An Android library and includes ActivityFrame, KJHttp, KJBitmap, KJDataBase. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.
https://www.kymjs.com/
Apache License 2.0
1.95k stars 787 forks source link

KJActivity中的onCreate方法中super.onCreate执行顺序 #62

Open LemonCoo1 opened 8 years ago

LemonCoo1 commented 8 years ago

image 再调用super.onCreate方法之前setContentView 在布局中包含静态fragment的时候会报空指针的问题 将super.onCreate放到第一行执行就不会出现