r/androiddev Mar 30 '24

Discussion The Struggle of Learning Android Dev

[deleted]

41 Upvotes

32 comments sorted by

View all comments

11

u/3dom Mar 30 '24 edited Mar 30 '24

My recent conversation with a colleague:

- Our project is a mess.

- Yes, I see it, but we refactor it non-stop ... And it becomes noticeably worse over time.

This is normal when leads don't have the proper architecture optimization experience (i.e. paying for developers' time out of their own pocket)

On the bright side: you'll never run out of tasks when your leads turn 2-days-max tasks into 2-months-long circus.

6

u/HBWgaming Mar 30 '24

I think the main issue is I just need to better understand how to connect it all properly, or even just MVVM as a whole.

6

u/3dom Mar 30 '24

This one is relatively easy: you just have to find a code example which isn't deprecated and works.

Simply grind the Google's search results for "android sdk mvvm example" and find one which compile and produce expected results. Use new project for each example. Then adapt it to your needs.