sonlv0204 / xamarin-the-movie

Cross-platform mobile application with Xamarin Forms that uses The Movie Database (TMDb) API 3. This version shows the list the upcoming movies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Movie Xamarin

Cross-platform application with Xamarin Forms that uses The Movie Database API 3.

Third-party libraries

  • Prism

    • Used because of the implementation of INotifyPropertyChanged and navigation in Views following the MVVM pattern
  • FFImageLoading

    • Used because of higher performance in loading images
  • Xam.Plugin.Connectivity

    • Used because of verifying connectivity internet
  • Newtonsoft.Json

    • Used for annotation in classes models and deserialization JSON

Screenshots

Android

Screenshot Android

iOS

Screenshot iOS

UWP

Screenshot UWP

About

Cross-platform mobile application with Xamarin Forms that uses The Movie Database (TMDb) API 3. This version shows the list the upcoming movies.

License:MIT License


Languages

Language:C# 100.0%