How can I make an application that runs on both Android and Windows?
-
I'm trying to find a way to develop an Android application and given that it's developed using JAVA I can imagine there being a way of compiling the same code using a different compiler with/without some code refactoring to run on a Windows machine as well.
-
Answer:
Well, I'm not quite sure that's easily doable. The reason is that you are using a android sdk when you are coding for Android devices. Although you are coding in Java, cause you are using that SDK it means it can only run on Android devices. That being said, there are some cross-platform frameworks that you can use and they handle talking to Android/Windows apis. Although they look very appealing, I have not found any of them flawless. I still personally rather coding platform-specific codes. One other option you have is to build a web app that is cross-platform. But that means limited access to the device capabilities.
Amin Yazdani at Quora Visit the source
Other answers
Yes you can develop Mobile application that runs across all the devices including Android and Windows MObile using an opensource technology
Anonymous
You can develop an app which works on windows and android and moreover all the platform if you develop an application in HTML5, all you need is to integrate that HTML5 application into an application for each particular platform through corresponding SDK and this doesn't require mastering each of the SDK . For example you can develop for Android using WebView to integrate your HTML5 app into an Android app The only backdrop of this approach is the app doesn't seem to work so fluidly as the native applications work and as you might be knowing HTML5 is still under development this also might prove to be a negative aspect of this approach
Abhishek Subal
Related Q & A:
- How can I capture the raw audio stream on an android device?Best solution by stackoverflow.com
- I have a blog how can I make money with it.Best solution by Yahoo! Answers
- How can I make clay use to make things?Best solution by Yahoo! Answers
- How can I make my job application stand out?Best solution by Yahoo! Answers
- How do I make an Application Stand out?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.