D
D
Dmitry2015-01-12 18:17:07
Java
Dmitry, 2015-01-12 18:17:07

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

6 answer(s)
A
anyd3v, 2015-01-12
@anyd3v

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

X
xmoonlight, 2015-01-12
@xmoonlight

start from the structure under ART
here they successfully write with schematics and everything is on the shelves.

O
Oleg Gamega, 2015-01-12
@gadfi

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

G
globuser, 2015-01-12
@globuzer

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

M
Max, 2015-01-12
@mbelskiy

I think you will be interested: www.androidpatterns.com

E
elenaanuchina96, 2015-01-13
@elenaanuchina96

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 question

Ask a Question

731 491 924 answers to any question