What is the best way to upgrade a MonoDroid app to a java Android app and/or to an HTML/js app? E.g. the project has a bunch of .axml files which are just .xml Android layout files when you look at them, .xml style/choice stuff put into Drawable, and the .cs files are clearly just Android in C# such as AsyncTasks and such. Now, the Web References folder must be the service/AJAX calls. Stuff like this: CFM.Service.User, Web References.Service.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
How can I code for this in Java or else in javascript? What's the best way to get off this c# code base and get to either a Java Android app or to an HTML/js (e.g. PhoneGap) app? Anyone done this?
Similar [unanswered] questions here: Call SOAP webservice(Made in .NET) through Javascript and How to call .NET WSDL call in jQuery Javascript?