Movolira is a movie and tv-show assistant application, for Android devices. The application is made with Xamarin.Android and is based on TheMovieDB API.
- View show catalogues.
- Search shows by title, genres, rating and release date.
- Rate and watchlist shows.
- Get show recommendations.
Prerequisites:
- Visual Studio 2019 Community or above.
Building process:
- Open
Movolira.sln
inVisual Studio
- Create
ApiKeys.cs
file in/Source/DataProviders/
:
namespace Movolira.DataProviders {
public static class ApiKeys {
public const string TMDB_KEY = "";
}
}
- Generate a TMDB API key and insert it into the
TMDB_KEY
field. - Build and run the solution.
- Dark mode support
- Split show searching into movies/tv-shows.
- Improved recommendation system with a machine learning solution.
- User accounts, cloud saving.