Can anyone suggest any good way to learn different architectural styles for android?
For further actions, you may consider blocking this person and/or reporting abuse
Can anyone suggest any good way to learn different architectural styles for android?
For further actions, you may consider blocking this person and/or reporting abuse
Tristan Elliott -
Mahak Kaur -
King Triton -
David Serrano -
Top comments (1)
I recently started learning android, I found this tutorial really complete and beginner friendly: classroom.udacity.com/courses/ud9012.
They teach the architecture recommended by Google (mvvm with architecture components, live data etc) which is really interesting to learn and you can just use this one it will fit most of your needs.
I guess you can start with this and then read some blogs about other architectures: MVC (Model View Controller), MVP (Model View Presenter) etc.