My case was I had a recycler view which I referenc...
# android
j
My case was I had a recycler view which I referenced in my code as
recycler_view
and I called swapAdapter on this. However, nothing happened. Then I compared it with a similar class where i noticed that it also imported the package ending i .view and that led me to the solution. However, I don’t understand how the two differ? Appreciate any help clarifying this 🙂