Answer the question
In order to leave comments, you need to log in
How to write applications well?
Guys, tell me where you can read articles or something else, or tell me yourself about how to build the application architecture correctly, how to properly organize the code structure, what and in which blocks it is better to write, well, in general, about the structure of the correct code
Answer the question
In order to leave comments, you need to log in
www.ozon.ru/context/detail/id/5011068
https://ru.wikipedia.org/wiki/%D0%A8%D0%B0%D0%B1%D...
developer.android.com/guide/ practices/index.html
https://github.com/futurice/android-best-practices
start from the structure under ART
here they successfully write with schematics and everything is on the shelves.
how to write ─ read about design patterns, this will give you a general idea, although not everything is applicable to mobile development
read / look at google io reports
on code structure:
prvite fields should start with m for example
, do not allow more than three levels of nesting
write meaningful names
write comments
on the correct structure of the code and the rules of good programming style, look at books like "ideal code", "refactoring", and something from this area, the main thing is to lay down the correct basic principles without even thinking about the programming language, although partially suspecting what awaits you further. the task must be considered as a whole, but start literally with a piece of paper and a pencil
Object Oriented Thinking by Matt Weisfeld (Java code samples)
vk.com/doc1434273_357177019?hash=b76fcd1771b835516...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question