My RecyclerView takes a few seconds to load it's items. This is fine, but I want it to load its items before my RecyclerView is visible.
I have seen this answer, but it isn't exactly what I'm looking for - I want my RecyclerView to call the Adapter's onCreateViewHolder() and onBindViewHolder() methods, again, BEFORE the RecyclerView is visible. Is this possibe?