I have a RecyclerView getting external JSON data parsed from a server. It works fine however the Volley async task on JSON sometimes takes a while and when it does the fragm
if (adapter.getItemCount() == 0)
doing this worked for me...