xxxxxxxxxx
val binding = RowItemRecipeBinding.inflate(LayoutInflater.from(parent.context), parent, false)
return MyViewHolder(binding)
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): MyViewHolder {
context = parent.context
val binding = RowItemRecipeBinding.inflate(LayoutInflater.from(parent.context), parent, false)
return MyViewHolder(binding)
}
class MyViewHolder(val binding: RowItemRecipeBinding) : RecyclerView.ViewHolder(binding.root)
xxxxxxxxxx
At runtime, adb must be accessible from your PATH.
You can install adb from Homebrew Cask:
brew install --cask android-platform-tools
zsh completions have been installed to: