N
N
Nikita Avdeev2017-02-26 15:32:45
Android
Nikita Avdeev, 2017-02-26 15:32:45

Where does application development begin?

Good day, comrades!
Please feel free to share your experience.
I am studying the Android SDK, and in order to better assimilate knowledge, I want to write a simple application in parallel with the study, as I accumulate knowledge, I will change this very application. I have already decided on the theme of the application, but now the question arose. Where to start development? That is, what are the priorities set at the beginning of development? Should I start designing layouts correctly right away, or should I focus on the functions of the application first and deal with the beauty of the application screen at the end?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Stolyarov, 2017-02-26
@Ozymandias249

Depends on the size of the application, if it is small, you can immediately sketch the necessary Activities and the most necessary functionality, functionality and layouts are done in parallel
If something is more complicated:
which parts of the application should be responsible for what
2. Add prototypes of the graphical interface to the existing description (wireframe is enough)
3. Again, the development of components and the interface can be carried out in parallel, the main thing is that they are consistent

A
aol-nnov, 2017-02-26
@aol-nnov

writing a mobile application, like any other software product, begins with a flowchart (crossed out) of the terms of reference!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question