Thank you. Could help one more :)
I'm trying to estimate such solution.
We have several .net products.
And we need to make porting of these apps to Android applications.
We're considering two ways.
First way - 1)we make porting from .net code to Java and 2) this already
ported application to Android app. 
Second way - 1) we make porting from .net to Xamarin Android API.
Question -what way will take less time and efforts?
It depends on how many classes we need to convert from .net standard API to
Xamarin classes.
For example Xamarin has System.Drawing namespace : Color, KnownColor,point,
PointF, Rectangle, RectangleF, Size, SizeF. These classes are similar to
.net classes (that are presented in our applications of course). Thus can I
directly use these classes ( from my existing code) in Android-Xamarin
application? Or I have to rewrite such classes too (like many other). 
 Generally - how many pacakages and classes I have to rewrite if I want to
run my "standard .net" application inside of Xamarin-Android environment?
How many changes should be done to make porting standard .net application to
Xamarin-Android application?
Thanks in advance
--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/namespace-System-Drawing-in-Xamarin-API-tp5578365p5582292.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to