GeekNews icon indicating copy to clipboard operation
GeekNews copied to clipboard

:books:A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide

Results 53 GeekNews issues
Sort by recently updated
recently updated
newest added

...GeekNews-master/app/src/main/java/com/codeest/geeknews/base/BaseActivity.java:8: 错误: 找不到符号 import com.codeest.geeknews.di.component.DaggerActivityComponent; ...GeekNews-master/app/src/main/java/com/codeest/geeknews/base/BaseFragment.java:9: 错误: 找不到符号 import com.codeest.geeknews.di.component.DaggerFragmentComponent; ...GeekNews-master/app/src/main/java/com/codeest/geeknews/app/App.java:14: 错误: 找不到符号 import com.codeest.geeknews.di.component.DaggerAppComponent;

Hello Where can I find the apk to test the application because the link and QR code leads to error404 Thank you

Dear developers, I am analyzing GeekNews using static analysis. I found some potential slow operations of bitmap displaying in GeekNews: "BitmapFactory.decodeByteArray" method was used in create Bitmap ,but Android documentation...

很多xml里显示 can't resolve symbol 是包的问题吗 报错信息如下: res\layout\activity_calender.xml:9: AAPT: error: attribute mcv_showOtherDates (aka com.example.wink:mcv_showOtherDates) not found. menu\main_menu.xml:5: AAPT: error: resource drawable/ic_action_action_search (aka com.example.wink:drawable/ic_action_action_search) not found.

怎么动态更换请求HOST

Hi @codeestX ``` public static Flowable createData(final T t) { return Flowable.create(new FlowableOnSubscribe() { @Override public void subscribe(FlowableEmitter emitter) throws Exception { try { emitter.onNext(t); emitter.onComplete(); } catch (Exception e)...

在BaseFragment和BaseActivity中都通过inject得到presenter对象 ` @Inject protected T mPresenter;` 但是我没有找到有module中有提供presenter的方法,请问presenter是如何注入到activity和fragment中的了?

App里边的HashSet里边是不会有相同的两个Activity吧?如果没有的话,拿个list不就可以吗?要是有的话,为啥不重写equals 和hashcode呢?