Xamarin.forms (or) xamarin.ios/xamarin.android (or) Native -
we developing app in our organization have implement charts,maps,gps, if develop in xamarin.ios/xamrin.android can developers able share business logic of app? since both android/ios projects in c#.
i'm doing same thing.
do not use xamarin forms. not designed nor capable of doing heavily customised uis.
if going require integration maps , producing kind of non-standard rendering or "user controls" xamarin.forms not going work you.
go down route of using framework mvvmcross further abstract away platforms , keep core code / logic , user experience flow within realms of core.pcl type library.
also wouldn't try doing on windows 7 based bachines if doing on windows. of components find wanting use targetting profile259 , since windows 7 doesn't support windows phone 8 you'll have manner of oddities, if profile259 hack.
go mvvmcross, windows 8 , ignore xamarin forms.
i wrote bit of on my blog.
read this xmarin, state forms run of mill business apps or prototyping. it's not mature enough yet.
Comments
Post a Comment