I have developed a MVC 5 internet application and have deployed this to Azure. I am now wanting to develop and finish a mobile application that will retrieve the data from my MVC application and display the data in a mobile application.
How is the best way to do this? Should I use the Azure Mobile App Service, write the code myself in Xamarin or something else?
My mobile application needs to do the following:
- Display MapMarkers on a Google Map.
- Display information on each MapMarker when clicked on in the Mobile App.
- Display GridViews and Lists of images and text.
I have written a basic application in Xamarin that does the above, but before I totally focus on writing the code myself, I would like to know the easiest way to develop a Mobile Application. I am currently getting the data from my MVC application from a webservice, and then displaying the data in an Android application.
I have also reached the end of my free trial in Xamarin, and cannot continue. The error being displayed states that I need an Indie or higher license. I am also a current member of the BizSpark subscription.
So, basically, I am wanting to know the easiest (and cheapest) way to develop a Mobile Application that retrieves data from a MVC application that I have developed. How many different ways can this be achieved? Is there a template service that will output Android code that I can then edit and customize to my liking?
Thanks in advance.