Answer the question
In order to leave comments, you need to log in
How to write an empty DateFormat?
What to write in place of "What's here?" to pass an empty value?
(...)
override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int) {
mListener?.loginFragmentDataListener("",s.toString(),"","","",что тут?)
}
})
return view
}
interface LoginFragmentDataListener {
fun loginFragmentDataListener(
phone: String,
firstName: String,
lastName: String,
patronymName: String,
eMail: String,
dateFormat: DateFormat
)
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question