Recyclerview Not Loading Adapter Values In A Fragment
I have a base navigation drawer activity, which will load a fragment. The fragment. The fragment has a recycler view in its layout. The recycler view has an adapter which use Glide
Solution 1:
The code was fine. A clean build as suggested by @HoangNguyen was enough to make the code run.
Post a Comment for "Recyclerview Not Loading Adapter Values In A Fragment"