Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsuarezruiz/xamarin-forms-walkthrough
Mobile App Walkthrough created with Xamarin.Forms
https://github.com/jsuarezruiz/xamarin-forms-walkthrough
carouselview walkthrough xamarin xamarin-forms
Last synced: 3 months ago
JSON representation
Mobile App Walkthrough created with Xamarin.Forms
- Host: GitHub
- URL: https://github.com/jsuarezruiz/xamarin-forms-walkthrough
- Owner: jsuarezruiz
- Created: 2018-04-01T15:49:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T06:42:06.000Z (over 6 years ago)
- Last Synced: 2024-05-02T05:31:55.012Z (9 months ago)
- Topics: carouselview, walkthrough, xamarin, xamarin-forms
- Language: C#
- Size: 2.62 MB
- Stars: 47
- Watchers: 8
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Xamarin.Forms Mobile App Walkthrough Sample
**WalkthroughApp** is a Xamarin.Forms application that makes use [CarouselView](https://openweathermap.org/api) and [Lottie](https://github.com/martijn00/LottieXamarin), to demonstrate the possibilities of creating a fluid and powerful **Walkthrough** without requiere Custom Renderers.
### Supported platforms:
- Android
- iOSThis project uses some third-party assets with a license that requires attribution:
- [Yue XI](https://www.lottiefiles.com/u/1724) resources from LottieFiles.
## Xamarin.Forms App
[Xamarin.Forms](https://www.xamarin.com/forms) allows you to build native UIs for iOS, Android, Windows, macOS and Linux from a single, shared codebase. You can dive into mobile development with Xamarin.Forms by following our [free self-guided learning](https://university.xamarin.com/classes/track/self-guided) from Xamarin University. This project exercises the following patterns and features:
* Xamarin.Forms
* [XAML UI](https://developer.xamarin.com/guides/xamarin-forms/xaml/xaml-basics/)
* [Data Binding](https://developer.xamarin.com/guides/xamarin-forms/xaml/xaml-basics/data_binding_basics/)
* [MVVM](https://developer.xamarin.com/guides/xamarin-forms/xaml/xaml-basics/data_bindings_to_mvvm/)
* [Styles](https://developer.xamarin.com/guides/xamarin-forms/user-interface/styles/)
* [CarouselView](https://github.com/alexrainman/CarouselView)
* [Lottie](https://github.com/martijn00/LottieXamarin)
* [Animations](https://github.com/jsuarezruiz/Xamanimation)## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).