Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My question:

Is there any possibility to write one program that be able to compile to run on multiple devices (Android phone, ios phone, windows phone…) without any modification in the code?


I faced this problem when I try to build an app that get notifications (messages, Images, alarms) from program that run my own server so Which cross-platform I have to use from http://propertycross.com/ to build my app in order to run on multiple environments
so what are the tools i need to build my app to on multiple environments (Android phone, ios phone, windows phone…)

so what your advice ?


I am looking forward to hear from you as soon as possible.

Thank you again for your time and consideration.
Posted
Comments
Sergey Alexandrovich Kryukov 6-May-15 21:34pm    
It depends on what it should do, how much of platform-dependent things you need to have. It can range from very universal (JavaScript executed in browser) to something highly dependent on the environment. With JVM or CLR, you can do a lot of common functionality, including UI, without recompilation...
You did not even mention any language, so... it depends...
—SA

1 solution

thanks :)
I try to build notifications app (messages, Images, alarms) get this messages from my program which run on the web server this is the functionality of my app
so i try to search for on SKD or cross-platform or somethings else give me the ability to build one app with one code and this app run on all environments (Android phone, ios phone, windows phone…)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900