Skip to content

Instantly share code, notes, and snippets.

@MagicalMeghan
Last active September 16, 2020 19:07
Show Gist options
  • Save MagicalMeghan/9f7e3cfd7dd704fc04e0076f3fef4e35 to your computer and use it in GitHub Desktop.
Save MagicalMeghan/9f7e3cfd7dd704fc04e0076f3fef4e35 to your computer and use it in GitHub Desktop.
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
class FlowerAdapter(val flowerList: Array<String>) :
RecyclerView.Adapter<FlowerAdapter.FlowerViewHolder>() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment