how to use MVVM or MVC patterns in anko side ?
@yole
@EddieRingle
@yanex
@hhariri
Please don't @-mention random people when asking questions.
ok , am sorry about this
am witing for answer about y question
I am also waiting for answer about y question
I'm does not expert with Anko or architecture patterns, but did u tries to use it in the same places where u use the default xml? Something like
LayoutInflater.inflate(...) or setContentView(...)
replace to
CustomAnkoComponent.createView()
I don't think any architecture pattern has a correlation with Anko because Anko has nothing to do with them. Anko will make your code clean and easy to read. The implementation of Anko to any architecture pattern is vary based on individual preferences.
Most helpful comment
I don't think any architecture pattern has a correlation with Anko because Anko has nothing to do with them. Anko will make your code clean and easy to read. The implementation of Anko to any architecture pattern is vary based on individual preferences.