| | |
| | | |
| | | import com.dayu.baselibrary.view.TitleBar; |
| | | import com.dayu.qiheonlinelibrary.R; |
| | | import com.dayu.qiheonlinelibrary.dao.BaseDaoSingleton; |
| | | import com.dayu.qiheonlinelibrary.dao.QHOnlineBaseDaoSingleton; |
| | | import com.dayu.qiheonlinelibrary.dao.QHOnLineAppDatabase; |
| | | |
| | | |
| | |
| | | @Override |
| | | protected void onCreate(Bundle savedInstanceState) { |
| | | super.onCreate(savedInstanceState); |
| | | baseDao = BaseDaoSingleton.getInstance(this); |
| | | asynchBaseDao = BaseDaoSingleton.getAsynchInstance(this); |
| | | baseDao = QHOnlineBaseDaoSingleton.getInstance(this); |
| | | asynchBaseDao = QHOnlineBaseDaoSingleton.getAsynchInstance(this); |
| | | Log.i(TAG, SIGN); |
| | | if (!isMyApp()) { |
| | | Log.i(TAG, "isMyApp"); |