Jump to content

Programming Tool for Mobile Application

- - - - -

  • Please log in to reply
16 replies to this topic

#1
edge02

edge02

    Newbie

  • Members
  • PipPip
  • 21 posts
Hi, can someone advice me whats the best software or programming tool to use in making a mobile application?
i'm only a beginner and i'm trying to make an application about physics formula where you will only put the given in the questions
and the program will solve it and give the correct answer. I'm making this as a thesis project, thanks for anyone who can give
some advice.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Start by deciding which mobile platform you want to develop for. They use different languages/tools.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US
Would Java apps work for any mobile platform?

#4
haltox

haltox

    Newbie

  • Members
  • PipPip
  • 29 posts
The Iphone uses objective C. Java works for android and blackberry.

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Java does NOT work on iPhone.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US
So it really isn't "write once, run everywhere" (or whatever the phrase is)?

And what about Windows Phone?

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
The problem with Java on iPhone is Apple won't allow a JVM on it. The result is that, while a JVM could be written for the iPhone, none will exist until Apple changes their stance on non-compiled code being banned. It's similar to their stance on banning Flash from the iPhone.

Now, can you guess why I won't be buying an iPhone any time soon?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US
Are you asking me?

Well, I would suppose that you're a developer, and you would like to be able to write programs for your machines/devices.

As for me, I'm used to Win32 programming (assembly language), so it's easier for me to use Windows.

#9
haltox

haltox

    Newbie

  • Members
  • PipPip
  • 29 posts

RhetoricalRuvim said:

So it really isn't "write once, run everywhere" (or whatever the phrase is)?

Well, by splitting interface from logic you could at least minimise the effort for porting to another phone with a JVM.

#10
edge02

edge02

    Newbie

  • Members
  • PipPip
  • 21 posts
i was thinking of java or symbian OS mobile phones, can anyone suggest a good programming tool?
i researched yesterday and read some of the recent post and learned
that EclipseMe of java is good, however, can someone suggest different else?

#11
lethalwire

lethalwire

    while(false){ ... }

  • Members
  • PipPipPipPipPipPipPip
  • 748 posts
  • Programming Language:Java, PHP
  • Learning:Java, PHP

WingedPanther said:

Java does NOT work on iPhone.

Without being jailbroken.

A friend showed me this tool.
PhoneGap

Here's a resourceful link I found when searching for mobile development and cross-compiling.
android - Developing cross platform mobile application - Stack Overflow

#12
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts

haltox said:

Well, by splitting interface from logic you could at least minimise the effort for porting to another phone with a JVM.

Not exactly, if you want to publish on a iphone, you have to read a 200pages manual on how to display your element in your apps. And if you don't follow this manual, your app could be refused

And even if you use java, their always some difference between mobile platform, even between version, an app build for a version of android will probably not work for a other version of android.

Mobile programming a really a mess right now.
I really hope this gonna change soon,

But if you want to do a real multi-platform mobile app, you can always do a web site design for mobile
For now, in my opinion that is the best way... depend on what app you like to do




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users