-
后台返回10条列表数据,为什么我这样设置了多布局后只显示9条了?
` HomeBean homeBean = getArguments().getParcelable(AppExtra.HOME_DATA);
List focusEventBeans = homeBean.getFocus_event();//获取比赛数据
List articleInfoB…
-
**Crash Log**
> 2019-01-09 12:23:00.492 6982-6982/android.deliveryboy.com E/AndroidRuntime: FATAL EXCEPTION: main
Process: android.deliveryboy.com, PID: 6982
android.view.InflateExcepti…
-
after searching users from firebase all the user are displayed correectly with picture name and email but My problem is when i try to pass to the user profile after clicking on the user
it's always …
-
Hi,
Thanks for such a great library.
I have two pagers one is to show active downloads and one is to show completed ones. I am getting the same data on both of the fragments because reference.get()?…
-
* Android device: Sony Xperia Z5
* Android OS version:7.1.1
* Google Play Services version: 12.8.74
* Firebase/Play Services SDK version: 15.0.0
* FirebaseUI version: 3.3.0
I code…
-
## Details
- [3.2.8] Used library version
- [27.1.1 ] Used support library version
- [3.1.4 ] Used tooling / Android Studio version
## Checklist
- [V ] Searched for [similar issues](https://g…
-
In some of the recent commits from #325, ListView in `ServerFilesFragment` was changed to RecyclerView. But the dividers which were present by default in ListView are missing in RecyclerView.
![no-…
-
建议在您的 Y_DividerItemDecoration#getDivider() 抽象方法中 加个 是否为最后一个Item的参数
因为有些需求是头尾的 divider 不显示的
-
## About this issue
I am using realm to populate and maintain changes to the list using the `OrderedRealmCollectionChangeListener` but i am not sure which adapter i need to be sending the updates t…
-
RT,fragment中使用recyclerview禁用上拉加载更多,底部依旧会显示一小段白色的view,无法移除或者隐藏