Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up关于RealmHelper的疑问 #129
Open
关于RealmHelper的疑问 #129
Comments
|
还有为什么这个Realm用dagger管理了,Realm没有调用过.close()方法,难道不需要关闭资源吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用RealmHelper的时候为什么不直接@Inject RealmHelper?
项目中是在AppComponent里面提供接口 然后App.getAppComponent().realmHelper()。