Browsing Category

Implementations


VIEW POST

View more
Implementations

Garden management with Azure, Part 1

By on 02/03/2017

Microsoft offers with Azure and its SDKs a comfortable and fast way to create pretty nice applications

Cloud with SQL database, storage, authentification and notifications
Clients with offline data synchronisation
Life diagnostics and flexible scalability

When you follow the example implementations, it’s very easy to create an application that…


VIEW POST

View more
Implementations

Mobile app for garden beds and plantations

By on 13/02/2017

In short
This post describes the implementation of a cross platform mobile application with Xamarin that allows the display of different GardenBeds and the different plants on it (details). It’s meant to demonstrate a complete frontend implementation including testing and dependency injection. User input is not implemented, to keep the example…