This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
hi @amitshekhariitbhu i got exception
the effect of this exception is list on the recyclerview difficult to show, i must open close app again and again for showing list
Caused by: android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:7271)
at android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:1127)
at android.view.View.requestLayout(View.java:19902)
at android.view.View.requestLayout(View.java:19902)
at android.view.View.requestLayout(View.java:19902)
at android.view.View.requestLayout(View.java:19902)
at android.view.View.requestLayout(View.java:19902)
at android.view.View.requestLayout(View.java:19902)
at android.widget.RelativeLayout.requestLayout(RelativeLayout.java:360)
at android.view.View.requestLayout(View.java:19902)
at android.view.View.requestLayout(View.java:19902)
at android.view.View.requestLayout(View.java:19902)
at android.support.v7.widget.RecyclerView.requestLayout(RecyclerView.java:4090)
at android.support.v7.widget.RecyclerView$RecyclerViewDataObserver.onChanged(RecyclerView.java:5182)
at android.support.v7.widget.RecyclerView$AdapterDataObservable.notifyChanged(RecyclerView.java:11785)
at android.support.v7.widget.RecyclerView$Adapter.notifyDataSetChanged(RecyclerView.java:6961)
at id.co.next_innovation.okfood.ui.home.view.group_menu.GroupMenuAdapter.addGroupMenuToList$app_debug(GroupMenuAdapter.kt:34)
at id.co.next_innovation.okfood.ui.home.view.HomeActivity.showGroupMenu(HomeActivity.kt:94)
at id.co.next_innovation.okfood.ui.home.presenter.HomePresenter$onViewPrepared$$inlined$let$lambda$1.accept(HomePresenter.kt:31)
at id.co.next_innovation.okfood.ui.home.presenter.HomePresenter$onViewPrepared$$inlined$let$lambda$1.accept(HomePresenter.kt:17)
hi @amitshekhariitbhu i got exception the effect of this exception is list on the recyclerview difficult to show, i must open close app again and again for showing list
here my code