Created
June 20, 2022 14:41
-
-
Save wajahatkarim3/3f58fbac958a76aab189d35d2c1d0b5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val concatAdapter = ConcatAdapter(headerAdapter, usersAdapter, footerAdapter) | |
binding.mainRecyclerView.layoutManager = LinearLayoutManager(this) | |
binding.mainRecyclerView.adapter = concatAdapter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment