Skip to content

Instantly share code, notes, and snippets.

@aligkts
Last active May 8, 2020 12:51
Show Gist options
  • Save aligkts/2edb84d413dc2a5de2d0e25c089808c4 to your computer and use it in GitHub Desktop.
Save aligkts/2edb84d413dc2a5de2d0e25c089808c4 to your computer and use it in GitHub Desktop.
object MergeAdapterDataSource {
fun getHeader() = Header(Color.BLUE, "RECYCLERVIEW")
fun getTitle() = Title("Merge Adapter")
fun getImage() = Image(R.drawable.placeholder)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment