Created
June 20, 2022 14:40
-
-
Save wajahatkarim3/82105a11e7ae2fa2de92543bab535fd9 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
fun setupRecyclerViewAdapters() { | |
val headerAdapter = HeaderAdapter() | |
val footerAdapter = FooterAdapter("Remarks from your data source") | |
val usersAdapter = UsersListAdapter() | |
usersAdapter.setUsersListData(someUsersList) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment