ARCTOUCH - MOBILE DEV CODE CHALLENGE
An Android app developed for cinephiles and movie hobbyists, fed by the content from The Movie Database (TMDb), built with Visual Studio for Mac and Xamarin.
Clone this repository and open the solution using either Xamarin Studio or Visual Studio.
- Prerequisites: Android SDK (API 24), Xamarin Studio or Visual Studio (with Xamarin tools installed).
- Xamarin MVVM Framework, used for Data-binding (to link Views with their ViewModels), control Navigation Flow between pages, Service Location and Inversion of Control.
- JSON framework for .NET used to serialize and deserialize objects in The Movie Database web API.
- Library to load and cache images quickly and easily on Xamarin.iOS, Xamarin.Android, Xamarin.Forms.
- A Xamarin Plugin which facilitates forward-only incremental scrolling for a paged data source.