recyclerview not showing data?
问题 I am developing news app I am new to MVVM and I have implemented Kotlin coroutines and Koin with ViewModel hosted RecyclerView in fragment class but data not showing only progress bar loading below my screenshot I have posted my code to gist my code on gist below my code where I have implemented recyclerview and viewmodel logic class TopHeadlinesFragment : Fragment() { private val viewModel: MainViewModel by viewModel() private lateinit var topHeadlinesAdapter: TopHeadlinesAdapter //3