Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hsrcasnet/ForexApp
- Owner: hsrcasnet
- Created: 2018-02-02T12:39:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:00:32.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:04:59.361Z (6 months ago)
- Topics: android, forex, forms, ios, prism, sample, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.87 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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