data class QnaVariable( val questionOne: String, val answerOne : String, val questionTwo: String, val answerTwo : String)
val item = QnaVariable("I am unable to login my account",
"You can reset password using the Reset Password in My account Page. If you are still unable to access your account, then please call our customer care.",
"Still need help?",
"Have a queries? please get in touch and we will be happy to help you")
}
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
binding = FragmentQuestionAnswerBinding.inflate(layoutInflater, container, false)
val model = viewModel.item
//binding.questionHeading1.text = model.toString()
binding.questionHeading1.text = QNAdapter(myList).toString()
return binding.root
}
}
return FragmentQuestionAnswerBinding.inflate(layoutInflater, container, false).apply {
binding = this
//TODO: write code to update your ui
}.root
Измените привязку следующим образом.
Эй, ты разрешишь еще одно сомнение?
Пожалуйста, опубликуйте новый вопрос. И, если мой ответ правильный, пожалуйста, нажмите кнопку «Принять» в левой части сообщения.
Хорошо, я опубликую это сегодня, так что взгляните на это.
@Dev счастливого взлома :)