Question

I am using Ubuntu on my computer, and I do not want to switch to another operating system.

I'm looking for a software that would let me program cross platform apps (for smartphones) with one programming language.

I would prefer a .NET language. Yes, I have looked at Mono, but they only offer their software in Windows and Mac.

Is there a software that would let me build a cross platform app? (I don't like Java, but JavaScript is one that I can handle)

Was it helpful?

Solution 2

I'm looking for a software that would let me program cross platform apps (for smartphones) with one programming language.

If you are looking for some tools for developing cross platform apps for smartphones, I suggest you PhoneGap

Is there a software that would let me build a cross platform app? (I don't like Java, but JavaScript is one that I can handle)

You are using ubuntu and want to use .Net, No this is not a convenient solution. If you want a platform independent language, I absolutely suggest you, JAVA ;)

Please notice that: Java IS NOT JavaScript and they are not related to each other.

OTHER TIPS

MONO is available for more than both Mac and Windows. It runs in Ubuntu and instructions can be obtained from here.

iOS apps can unfortunately not be built without xcode, but the coding can easily be reused between Ubuntu and Mac. One software to checkout is Xamarin which allows you to use c# to develop iPhone and Android apps. I've been coding in .Net for a while, and I have to say that when I had to do a unix class project, MONO and Xamarin saved my life

Note: I know that your question specifically said you don't like the idea of switching platforms like you would need to in MONO, but I've done a lot of research on this and I've determined it to be my best option, I'd think it'll work for you if you're willing to use a Mac or PC

I had the same question. I did come across Appcelerator. It seems that they supported Linux previously and the single language you can write in is Javascript.

It's not opensource. You have to make an account to download and install it, but there's free versions for solo developers. I'd rather use Kivy to develop in Python though ;)

Good luck.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top