Issues Faced
I was able to get image url data using Okhttp but then store it on an arraylist but was faced with an issue because this processes takes time so when my activity start the view is seen before the data is received.
I am querying image urls from the server then displaying/loading them to a recycler view using picasso help please...?