Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hsrcasnet/ForexApp

Xamarin Forms Demo Application which loads Foreign Exchange Quotes
https://github.com/hsrcasnet/ForexApp

android forex forms ios prism sample xamarin xamarin-forms

Last synced: 3 months ago
JSON representation

Xamarin Forms Demo Application which loads Foreign Exchange Quotes

Awesome Lists containing this project

README

        

# ForexApp
During the 2017/18 CAS .NET Xamarin Mobile App Development course at HSR, students were asked to develop a Xamarin Forms based mobile app which retrieves, processes and displays data of any kind. Some of us decided to develop a fictional foreign exchange app to display market data of selected currency pairs (e.g. "CHFUSD" or "USDCHF").

This project exercises the following patterns and features:
- XAML UI
- MVVM Data Binding
- Value Converters
- IoC
- Plugins for Xamarin
- Styles

### Prism.Forms support
Following branch adds Prism on top of Xamarin Forms:
https://github.com/hsrcasnet/ForexApp/tree/PrismForms

### Multilingual support
Following branch supports simple localization of text resources:
https://github.com/hsrcasnet/ForexApp/tree/PrismFormsMultilingual