Huiyu Gao
Huiyu Gao
Here's the error. ``` FATAL EXCEPTION: main Process: com.example.sakura.gailvlun, PID: 25592 java.lang.NoClassDefFoundError: Failed resolution of: Lcom/github/markzhai/recyclerview/BR; at com.github.markzhai.recyclerview.BaseViewAdapter.onBindViewHolder(BaseViewAdapter.java:37) at com.github.markzhai.recyclerview.BaseViewAdapter.onBindViewHolder(BaseViewAdapter.java:14) at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:6482) at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:6515) at android.support.v7.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:5458) at android.support.v7.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:5724) at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5563)...
1. added `isArticleOpen` and `articleId` in HomeUiState. 2. Combine Reading Page with Flow Page into FlowRoute. So that we can determine which page to show according to screen width and...
I could help with this issue. I recently bought an Android Tablet and learning Jetpack Compose. My first thought is combine the flow page and article page together. Just like...
> > I could help with this issue. I recently bought an Android Tablet and learning Jetpack Compose. > > My first thought is combine the flow page and article...