The importance of algorithms in the context of mobile app development?

Is it really important to know the algorithms for building mobile applications? I have a strong understanding of development and design tools, as well as deep knowledge of OOP and MVC.

So, do you need to know hardcore algorithms to become a good developer of mobile applications?


I can understand that if you want to create games, then YES, it is obvious that we should know that all algos related to artificial intelligence must be competent. But I ask only for the simple creation of data-based applications.

+5
source share
4 answers

, , . ( ) , .

, , ( , ), , . , ( ), , , , GB.

, , , , . - , , , , .

, , , , , . , , , , , , ,

+5

, . ( ). , , , , , , . , , - , . , , -, . , , .

, ( , ). - , ( ). , . , , - , ( ). , - , ... , "" . , , , , .

: , ?

: , , , .

0

Good algorithms can directly affect the battery consumption for your phone, as well as the amount of memory used. Every developer should strive to use the best algorithm, but this does not mean that it is absolutely necessary.

0
source

The less and more resources your platform holds back, the more important it is to know the algorithms. So on a mobile phone it will be even more important.

0
source

All Articles