I have to develop a simple mobile application which sends the mobile's GPS position to a server. The first idea was that of creating this application to run on the iPhone, but i do not know how to develop in Objective-C and my time is limited. Since i am quite familiar with Java development and prefer developing in Java, i researched technologies which would convert a Java J2ME application to an iPhone application. I found about about XMLVM and wanted to clarify the following issue:
would XMLVM correctly convert the J2ME together with its GPS functionality? or does XMLVM not support the translation of GPS related APIs and classes?
Thanks in advanced for your replies :)