oh yeah that stuff is total bullshit
# announcements
s
oh yeah that stuff is total bullshit
u
My application keeps force stopped using two RecyclerView I want to make an application which showing two different RecyclerView using the bottom navigation bar using API. For the first recyclerview, it works well. But, when I attempt to click the navbar to display the second RecyclerView, it shows that my app "has stopped". MainAdapters file is the adapter for the first RecyclerView MainAdapter file is the adapter for the second RecyclerView Here are my codes: MainActivity.kt private val mOnNavigationItemSelectedListener =...