开发者

Can existing .net application be converted to MonoDroid?

Can existing .net application(in C#) be converted to MonoDroid? or

Can we port an existing 开发者_Python百科.NET web app to Android using MonoDroid?


MonoDroid is intended to allow you to develop applications in C# as opposed to Java; not as a means to drop an existing application into place.

You asked about a web app, but I'm assuming you mean an ASP.NET web app, which wouldn't map to the Android API, and couldn't simply be copied over. Even taking your HTML and dropping it into something like Titanium would still require a lot of JS tweaking to make it work.

I have a feeling you're looking at a re-write. Maybe if you can provide more details (is this an ASP.NET app, etc.), I could give a better answer.


Yes no problem. But it wouldn't be an automatic process, nor a particularly simple one. All the UI elements, persistence stuff and so on (the platform specific parts of your application) will need to be redone. Depending on your app, and how it is written, this may be a major part, or a relatively small one. The more corners that were cut originally, the more it will cost to port over.


In addition to Tom's answer, I would say it has some limitations(link 1 and link 2) . I blogged some other interesting moments here.

Here is a good example of cross-platform mobile application (monoDroid, monoTouch, WP7).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜