https://kotlinlang.org logo
Title
p

PK

04/26/2020, 5:37 AM
apologies in advance if this is not the correct place to ask this question
k

KayCee

04/27/2020, 1:57 AM
do you mean app architecture? it is also my concern recently, have you found any good resources and forums. In my point of view, being in a project with good architecture could be a great start, then you could do a side project to build up from the beginning and ask a experienced mentor to review your code, then you can learn from that.
p

PK

04/27/2020, 5:09 AM
it’s not alone app architecture .. we can do several thing on that and there are many in market selling MVVM, MVP, VIPER to name few but that just gives you idea about how you should design your app.
my question is more related to what all components and their interaction will be like n/w layer (what all things are we suppose to do) like if I don’t have retrofit with me than what all things i have to take care of myself.
hope it gives more clarity and , as I am preparing for interview and these things may come handy.
k

KayCee

04/27/2020, 6:25 AM
yeah, I think I can feel you. However, back to your question, "Android system design" is something quite vague to me. From the way you explain above, were you talking about how to build a complete working app and then be able to understand the relationship between android components which are used?