CongBaDo

Results 8 comments of CongBaDo

I faced same problem. How to solve it?

**This is DialogFragment with Picker** `public class FilterDialogFragment extends DialogFragment { private String[] filters; ``` public FilterDialogFragment() { } @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View...

I am facing this problem, does anyone have solution?

Set Adapter for SearchView, OnItemClick will work mSearchView.setAdapter(new SearchAdapter(this, results));

Set Adapter for SearchView, OnItemClick will work mSearchView.setAdapter(new SearchAdapter(this, results));

I'm facing with the same problem, did you fix it?

the issue is still there for more than 1 year

> Hey, the images will not work. The reason is that they are lazily fetched and they need some time to be read into memory. > > There are two...