Search code examples
java.netcross-platformsmartphone

Create cross platform apps in ubuntu


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)


Solution

  • 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.