Krzysztof TurekSticky item in RecyclerViewRecyclerView is a powerful component, widely used in Android projects. It is a successor to the old ListView. It allows not only to display…Aug 9, 20223
InSurfbyOleg ZhiloRecyclerView.ItemDecoration: Making the Most of ItHi everyone! My name is Oleg Zhilo and for the last 5 years, I’ve been an Android developer at Surf. Throughout this time, I’ve taken part…Oct 20, 20213
InGroww EngineeringbyGaurav KumarAdding RecyclerView Divider using Binding Adapter and ItemDecorationWe need dividers to show the division of item’s view in recycler view.Feb 22, 2022Feb 22, 2022
Cesar MorigakiA better way to set RecyclerView items marginTL;DL Use ItemDecoration instead of setting a margin inside the item.xml.May 31, 20202May 31, 20202
XudoyshukurRecyclerView divider only for first itemWhile developing android application, almost all the time we encounter the scenario, in which we need to show a list of data to the user…Jan 21, 2022Jan 21, 2022
Krzysztof TurekSticky item in RecyclerViewRecyclerView is a powerful component, widely used in Android projects. It is a successor to the old ListView. It allows not only to display…Aug 9, 20223
InSurfbyOleg ZhiloRecyclerView.ItemDecoration: Making the Most of ItHi everyone! My name is Oleg Zhilo and for the last 5 years, I’ve been an Android developer at Surf. Throughout this time, I’ve taken part…Oct 20, 20213
InGroww EngineeringbyGaurav KumarAdding RecyclerView Divider using Binding Adapter and ItemDecorationWe need dividers to show the division of item’s view in recycler view.Feb 22, 2022
Cesar MorigakiA better way to set RecyclerView items marginTL;DL Use ItemDecoration instead of setting a margin inside the item.xml.May 31, 20202
XudoyshukurRecyclerView divider only for first itemWhile developing android application, almost all the time we encounter the scenario, in which we need to show a list of data to the user…Jan 21, 2022
Nicolas DuponchelCustom ItemDecorationHere is an article on how to manage your own custom ItemDecoration for Android RecyclerViews. Hope it could help 😃May 27, 20202
veeyikpongAdding dividers in between Recyclerview items for GridLayoutManagerWe can add dividers to our recyclerv iew items by utilising DividerItemDecoration class. However, it will always add one divider for the…Apr 25, 20192