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.
16 replies to this topic
#1
Posted 09 August 2011 - 06:38 AM
|
|
|
#2
Posted 09 August 2011 - 10:29 AM
Start by deciding which mobile platform you want to develop for. They use different languages/tools.
#3
Posted 09 August 2011 - 11:18 AM
Would Java apps work for any mobile platform?
#4
Posted 09 August 2011 - 12:09 PM
The Iphone uses objective C. Java works for android and blackberry.
#5
Posted 09 August 2011 - 12:13 PM
Java does NOT work on iPhone.
#6
Posted 09 August 2011 - 12:21 PM
So it really isn't "write once, run everywhere" (or whatever the phrase is)?
And what about Windows Phone?
And what about Windows Phone?
#7
Posted 09 August 2011 - 12:24 PM
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?
Now, can you guess why I won't be buying an iPhone any time soon?
#8
Posted 09 August 2011 - 12:29 PM
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.
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
Posted 09 August 2011 - 03:18 PM
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
Posted 11 August 2011 - 07:19 PM
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?
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
Posted 12 August 2011 - 03:53 PM
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
Posted 12 August 2011 - 04:46 PM
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


Sign In
Create Account


Back to top









