RxjavaRetrofitDemo-master icon indicating copy to clipboard operation
RxjavaRetrofitDemo-master copied to clipboard

在Fragment中如何获取RxAppCompatActivity

Open GospelHW opened this issue 8 years ago • 1 comments

public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { SubjectPostApi postEntity = new SubjectPostApi(simpleOnNextListener, (RxAppCompatActivity) getActivity()); }

GospelHW avatar Oct 27 '17 07:10 GospelHW

default 你说的这种方式不行啊? java.lang.ClassCastException: cn.ccccltd.hntsmview.MainActivity cannot be cast to com.trello.rxlifecycle.components.support.RxAppCompatActivity

是我哪里写错了吗?

GospelHW avatar Oct 27 '17 07:10 GospelHW