-2
I wanted to take the text fields, and save in the bank, only I don’t know how to save in firebase.
TelaOpcoes : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_tela_opcoes)
setListeners()
}
private fun setListeners() {
nPla?.doAfterTextChanged { text ->
}
item?.doAfterTextChanged { text ->
}
locaL?.doAfterTextChanged { text ->
}
btNCa.setOnClickListener {
btNCaL(nPla.text.toString())
}
}
private fun btNCaL(item: Any) {
}Texto pré-formatado
}
Duplicate 519052, and as commented on the other question, it is very vague.
– Andre