DEV Community

souvik
souvik

Posted on

Best way to learn about architectural styles for android?

Can anyone suggest any good way to learn different architectural styles for android?

Top comments (1)

Collapse
 
loki profile image
Loki Le DEV

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.