TryCatch
TryCatch
@kanytu @Override public void onNavigationDrawerItemSelected(int position) { // Toast.makeText(this, "Menu item selected -> " + position, Toast.LENGTH_SHORT).show(); // mToolbar.setTitle("Menu item selected -> " + position); initFragmentTrans(); switch (position) { case...
@kanytu I'll try, because I use is mToolbar
@munnerz That's a good idea, that is what I need,Thank you
@wilcosheh @vlike 我也有这种感觉,我居然可以以肉眼看到每一个item一条一条加载进来,这让我感到非常不可思议,还有就是点击的时候反应非常慢,我知道是我们代码写的有问题还是RN在android上就是这个样子
应该是你项目里面用到了下面的依赖包包,但是依赖包版本跟我的不匹配导致的 ``` compile 'io.reactivex:rxjava:1.1.8' compile 'io.reactivex:rxandroid:1.2.1' compile 'com.squareup.retrofit2:retrofit:2.0.2' compile 'com.squareup.retrofit2:converter-gson:2.0.2' compile 'com.squareup.retrofit2:adapter-rxjava:2.0.2' compile 'com.squareup.okhttp3:logging-interceptor:3.3.1' compile "com.squareup.okhttp3:okhttp-urlconnection:3.3.1" compile 'com.squareup.okhttp3:okhttp:3.3.1' compile 'com.squareup.retrofit2:converter-gson:2.0.2' ```