R
R
RomanKaznov2020-03-03 12:11:40
Android
RomanKaznov, 2020-03-03 12:11:40

I ask for your assessment of my code and architecture in general. Can this be shown to a potential employer?

I recently started learning Android development. That's why I need criticism.
Sources on GitHub : https://github.com/RomanKaznv/CheckTheSymbls

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2020-03-03
@brzsmg

The first thing that caught my eye.
Two lower case classes:

  • class controlItem
  • class addSymbol

And for some reason the package is big: com/example/checkthesymbols/ Controler .
Silenced warning: @SuppressLint("ClickableViewAccessibility")
The work is too small to judge developer's capabilities by it.
For business, it is more interesting to work with databases and external APIs: ORM (SQLite, Realm), synchronization, Retrofit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question