|  |  | 
 |  |  | import com.dayu.baselibrary.view.TitleBar; | 
 |  |  | import com.dayu.henanlibrary.R; | 
 |  |  | import com.dayu.henanlibrary.dao.AppDatabase; | 
 |  |  | import com.dayu.henanlibrary.dao.BaseDaoSingleton; | 
 |  |  | import com.dayu.henanlibrary.dao.HNBaseDaoSingleton; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * Created by zuoxiao on 2018/12/20. | 
 |  |  | 
 |  |  |     @Override | 
 |  |  |     protected void onCreate(Bundle savedInstanceState) { | 
 |  |  |         super.onCreate(savedInstanceState); | 
 |  |  |         baseDao = BaseDaoSingleton.getInstance(this); | 
 |  |  |         asynchBaseDao = BaseDaoSingleton.getAsynchInstance(this); | 
 |  |  |         baseDao = HNBaseDaoSingleton.getInstance(this); | 
 |  |  |         asynchBaseDao = HNBaseDaoSingleton.getAsynchInstance(this); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |  |