开发者

MVC MONODROID APPLICATION

开发者 https://www.devze.com 2023-02-10 07:03 出处:网络
i am using one mvc application in vs 2008,its running fine,its having chart control. 开发者_JAVA技巧now i am creating one monodroid application.

i am using one mvc application in vs 2008,its running fine,its having chart control.

开发者_JAVA技巧now i am creating one monodroid application.

How to access the mvc application in monodroid apllication?

Thanks In Advance


It's hard to tell what you are doing or expecting without any details.

If you have an ASP.NET MVC application, your best bet is to simply point the Android browser to your running web app, let it render it, and you're done.

If you are determined to port it, you will have to rewrite most of your application. The business logic should be reusable if you encapsulated it properly, but you will have to write a new UI layer.

Also, I do not think Android ships with a chart control, so you will have to find some sort of solution for that as well.

0

精彩评论

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