-3
上のボタンこんにちは、私はちょうどKotlin AでAndroidアプリを作り始めたが、私のアプリアンドロイド:私は私のアプリのクラッシュをOnclickListener使用しようとすると、フラグメント
小さな問題を抱えて
class fr_cooking : Fragment() {
override fun onCreateView(inflater: LayoutInflater?, container: ViewGroup?,
savedInstanceState: Bundle?): View? {
button.setOnClickListener({
textView2.text = "blablabla"
})
return inflater!!.inflate(R.layout.fragment_fr_cooking, container, false)
}
}
https:// stackoverf low.com/questions/34541650/kotlin-android-extensions-and-fragments –