Saturday, January 9, 2016

Programming on android

Hi awesome people :)

Let's start talking about programming on android device.

Firstly, it's hard, not effective and tiring. I know many people disagree, but it's possible.

Why? Because you have small screen. You have to jump from window to window and you can't have two or more at the same time. The font size is small. Looking at small letters and bright, small screen is tiring. There is not enough space and you need effective tool for switching between windows.

Secondly - compilators. You have to own remote server to compile your programs. And if you doesn't have access to device that can run your program, it will be the nightmare. Efficient way to build your programs is important. When you use remote server and you can run your code on android device. And it's pretty ok. Also, web development is easy on android. Browsers are everywhere. Code run without any external compilators. You can just seat down and code webpages that don't use server. You can code templates, make frontend stuff. Backend is a little harder, you need to deploy your code to server and then run.

Finnaly, in my opinion, you should code on android only when you don't have any choice or want to code anywhere. It will be tiring and hard, but you can spend e.g. in bus few minutes/hours coding something cool for your website.

Any questions?
Any suggestions?

See you :)

No comments:

Post a Comment