Our Blogs
Explore articles that go beyond the headlines, offering inspiration, expertise, and updates from our team.
Continuous Deployment to Google Play – Xamarin
Continuous Deployment Overview Today we achieved a significant milestone in our ability to provide a streamlined process within our development cycle. Being an Agile Development Company we are keen to ensure that our clients have the best possible insight in to the progress of their application. Continuous Deployment has made this possible by automating the […]
OnIdiom in Xaml for HorizontalOptions and VerticalOptions
This took a while to figure out as there seems to be no docs on how to do it. Finally managed to get horizontal or vertical options to differ depending on the device idiom e.g. phone or tablet. <StackLayout Orientation=”Horizontal” VerticalOptions=”FillAndExpand” Grid.ColumnSpan=”{Binding PropertyListGridSpan}” > […]
Bespoke Mobile App Design
Bespoke Designs At AgileAppCo. we feel that part of building a mobile app requires a tailored and thought through custom app design. Not only does a design save time in development but it gives clients a visual representation of what their app is going to look like whilst also providing a fair contribution towards the […]
Mobile App for Event Tickets
If you’re looking for an event app, take a look at some of these slick designs we have in our library. These are stock designs which means a huge saving on bespoke design.
Why Choose Agile Software Development?
Background To be clear to all audiences, our company name is Agile App Co. and Agile Software Development is a way of practising software development and managing the process in which it is written. The reason we are called Agile App Co. is because we are strong advocates of the principals contained in Agile Development. […]
Agile App Co. in Brighton Newspaper
We are very pleased and proud to have been mentioned in an article in the Sussex Argus today as one of our clients has made the headlines with their Van Hailing app Vanuse.
Moving / Updating A Map Pins Location in Xamarin Forms Maps
How to continuously update a custom map pin location on a map using Xamarin Forms Maps. Wow, we thought this was going to be impossible!! Using Xamarin Forms trying to get our own map pin image on the map was one thing but then getting the location to update without having to clear all the […]
THE MVP
MVP (Minimum Viable Product) On a daily basis we’re faced with businesses wanting to launch their new app and business idea to get them a return on their investment. Believe it or not there are lots of different styles used to do this and whilst some are increadibly effective, some are almost completely ineffective. The […]
How much to make an app?
How much!? This question is often attempted to be answered in blog entries because it is a commonly asked question usually by people wanting an app but not having any idea on the technical implications and therefore costs. As a result it is often the case the cost of building an app is higher than […]
Adding Highlighted Routes from Polyline Google API to Xamarin Forms Map
When we were tasked with showing a map with a route highlighted on it, we initially went to the Xamarin articles you’ve no doubt come across already. The issue with these was that it didn’t seem to show you where you might get the route coordinates from but just gave some arbirtrary values that they […]