Agile App Co. Ltd

developer@agileapp.co | 01273 782444

More on Automation

Home Automation Over the last few weeks, we have been exploring something the latest home automation tech and learning what is possible with all the latest gadgets on the market.  There are so many devices out there it is hard to decide what the best way of automating your home is, so here is a

More on Automation Read More »

Installing the latest Android Emulators for Xamarin on Windows

For some reason the documentation on the Xamarin website isn’t as clear as it could be for doing all this.    The first step to realise was that Visual Studio needed to be updated with the new SDK Manager as the old one has become obsolete. Following these steps get this bit done https://developer.xamarin.com/guides/android/getting_started/installation/android-sdk/ Once

Installing the latest Android Emulators for Xamarin on Windows Read More »

10 Top Apps Built With Xamarin

  Coca-Cola Bottling Co.  Consolidated is the largest independent Coca-Cola bottling distributor in the US, with over $1.5 billion in annual revenue. The field sales teams use iPads equipped with the Marketplace Xamarin app to help them sell more Coke products and create awareness around various programs.     Pinterest Pinterest is full of possibilities

10 Top Apps Built With Xamarin Read More »

MVC Razor Multi Select2 Days of Week

When you’re trying to do something simple and it turns in to 3 hours work!    Here was our solution for simply getting multiple days picked by a select2 listbox in razor MVC Model   public string[] SelectedDays { get; set; } Razor @Html.ListBoxFor(m => m.SelectedDays, new MultiSelectList(new[] { “Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”, “Saturday”,

MVC Razor Multi Select2 Days of Week Read More »

Scroll to Top