Recyclerview not showing items Kotlin
My App is just shows an Empty Screen and recyclerView is not showing anything or is not working but there are no compile time or run time errors. It would be great help if I get an answer ...
I have been making an app that uses a RecyclerView but its not showing any thing..why contents of the recycler view have not been showing
up.my codes are bellow
Here is My FeedFragment, Adapter
//Fragment
@AndroidEntryPoint
class FeedFragment : Fragment(R.layout.feed_fragment) {
private var...