can coders code any custom function they like?

678 views

For all the different coders, programmers etc out there. Let’s say you have a computer or phone and you want to make some custom functions. For example, for devices which don’t have something like Samsung’s Sound Assistant and you wanted to play an app through a separate speaker than the rest of the apps, can you program a function like this? A use for this may be to play music through a speaker but have all other app audio play through the device speaker as to not disrupt the music.

In: Technology

7 Answers

Anonymous 0 Comments

Most software out there has a source code, a (mostly) human readable text that once processed(compiled) creates the software. So if you could have access to that source code and means to compile that and run it on some hardware, you could do any custom thing you would like, according to the capabilities of the hardware in question. Also with the right tools, wich are not always easily and readily available to anyone, depending on the hardware, you could create your own software from scratch to do anything you can come up with to run on that piece of hardware. Your example seems very specific to something probably doable by the app maker, but not something any programmer could change in their own phone with just some lines of code.

You are viewing 1 out of 7 answers, click here to view all answers.