开发者

J2ME application using GPS and XMLVM

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?


Once XMLVM has produced the objective-c sources, you can simply compile it with xcode, using all the official libraries and whatnot. As long as XMLVM has interface classes for the iphone GPS api, you can use it. You could also just write your own, matching the official api. Obviously the GPS api probably hasn't been implemented in java so using the XMLVM simulator wouldn't use GPS, but it wouldn't die either.

And actually, I do now recall that you can even send device data to the java simulator. Whether or not this includes GPS I dunno.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜