答案 0 :(得分:0)
所以基本上我将视图传递给构造函数然后我能够改变其可见性等... 像
> mAdapter(Context context, ArrayList<someobject> arrayList, RelativeLayout
> weblayout, WebView web, ProgressBar progressBar, RecyclerView
> listView) { this.weblayout; this.web; this.progressBar; tihs.listview;
> ...