+ 1
Which is better?
I want to know that if I want to make app for both android and ios then which language should I use? java or c#? And which one is better for developing windows amd mac apps?
2 Answers
+ 8
I advise to use javascript for making an android or iOs application.
And in case windows and mac they both have some advantages and disadvantages with themselves.
+ 5
if you seek cross platform support then progressive web apps with javascript is a good option.
the native support is getting pretty good for web apps these days.
but there will be few compromises with performance, and few of the features that you d only find with native apps would not be possible with webapp