Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsuarezruiz/xamarin-forms-netflix-sample
A Xamarin.Forms version of the Netflix app to prove you can create goodlooking UI with Xamarin.Forms.
https://github.com/jsuarezruiz/xamarin-forms-netflix-sample
android ios xamarin-forms xaml
Last synced: 26 days ago
JSON representation
A Xamarin.Forms version of the Netflix app to prove you can create goodlooking UI with Xamarin.Forms.
- Host: GitHub
- URL: https://github.com/jsuarezruiz/xamarin-forms-netflix-sample
- Owner: jsuarezruiz
- Created: 2017-09-10T14:28:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T07:06:02.000Z (over 3 years ago)
- Last Synced: 2024-08-04T01:19:41.078Z (4 months ago)
- Topics: android, ios, xamarin-forms, xaml
- Language: C#
- Homepage:
- Size: 3.71 MB
- Stars: 193
- Watchers: 21
- Forks: 80
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-xamarin-apps - Xamarin.Netflix
README
# Xamarin.Netflix
A **Xamarin.Forms** version of the **Netflix** app to prove you can create goodlooking UI with Xamarin.Forms.
## Tools used
- [FFImageLoading](https://github.com/luberda-molinet/FFImageLoading) – Caching and transforming images.
- [Xamarin Forms Toolkit](https://github.com/jamesmontemagno/xamarin.forms-toolkit) - Toolkit for Xamarin.Forms with helpers, converters, etc.
- [FlowListView](https://github.com/daniel-luberda/DLToolkit.Forms.Controls/tree/master/FlowListView) - ListView derivative with flowing, grid-like columns support.And nothing more?. No, little more. Everything else is taking advantage of the options included in Xamarin.Forms.
There are a **85,87% of code shared in Android**. Only a 14,13% of specific Android code.
In **iOS we have 89.53% of shared code**. Only 10.47% ios specific code.## The result
**Android**
**iOS**
## Notes
The purpose of this demo is simply to show how you can create nice UI in Xamarin.Forms. Netflix is used as a reference but no real data or any other details of Netflix are used.
## Setup
Download or clone the repository. This is a solution with two projects.
Rebuild the solution to get all neccesary NuGet packages.
**Enjoy!**
## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).