0
I am developing an application and only now, at the end of the development, a person was assigned to help me and asked me to do a detail of the architecture to facilitate the understanding of this person.
I’m a little lost on what I should put on... Can anyone tell me if there’s a model I can follow to do this? Or what information you should put?
Grateful
There are such models: MVC, MVP, MVVM...
– itscorey
An explanation for them is available here: https://android.jlelse.eu/android-architecture-2f12e1c7d4db
– itscorey
And an example of them here: https://github.com/googlesamples/android-architecture
– itscorey
Great links @Luc
– FlipNovid