Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

38 lines (18 loc) · 1.34 KB

WebServiceMovieDownload

A simple mobile application for iOS and Android that hits a web service and downloads movies to display in a list along with their associated image if available. Clicking on a movie should navigate the user to a screen that displays additional details about the movie. The user should have the ability to add and remove movies from their “Favorites”. The user should be able to view their favorites. Favorite movies should persist between sessions.

Favorites will be saved on the detail screen. Future loads of the detail screen should show either “Save to Favorites” if it’s not in their favorites or “Remove from Favorites” if it’s in their favorites.

The API Documentation is available here: http://docs.themoviedb.apiary.io/#reference/account/accountidlists

Web Service Movie Download App

Enter your Api Key from dbmovies.

This is a demo app to demostrate the following Xamarin Forms functionailies :

Saving sessions that persist using Sqlite.net

Shared Preferences, Toast Message/UI Alerts And Other Native Functionailties Used In PCL Project

Xamarin Dependency Services and DI

Xamarin Pull To Refresh List Views

Xamarin Web Services For Rest Client

Initial Setup Of UI Testing

MVVM Binding Structure

Button Commands

Loading Display While Fetching And Updating Data

Async And Task Methods For Loading Data