<View instance null after rotation and rxjava> The...
# stackoverflow
u
View instance null after rotation and rxjava The problem I'm developing an Android app using Kotlin extensions, RxJava, Retrofit and the MVP pattern. On this app there's a screen that's supposed to fetch some data from an API and populate a RecyclerView with the returned data. All of that is working every single time, until I try rotate the screen... Once the Activity and Fragment are recreated and try to access the RecyclerView the app crashes with the following exception: 10-25 182000.368 4580-4580/com.sample.app...