Bogdan Alexandru Stanciu
Results
1
comments of
Bogdan Alexandru Stanciu
Alright, I've found that issue too. The way I fixed it, is by adding mAdapter.notifyDataSetChanged(); in the FindUsersActivity file. The code should look something like this: mSearch.setOnClickListener(new View.OnClickListener() { @Override...