Maximus
Maximus

Reputation: 1299

I can't find a proper sample for Xamarin Forms

I'm having difficult finding a tutorial/sample, or even an empty "skeleton" solution of creating a Xamarin Forms cross-platform solution for iOS/Android/UWP using ReactiveUI + ReactiveUI.XamForms.

Has anyone stumbled on one lately? Just something to get me started in the right direction in learning/practicing ReacitiveUI on Xamarin Forms.

Upvotes: 1

Views: 115

Answers (2)

Geoffrey Huntley
Geoffrey Huntley

Reputation: 506

See https://github.com/TheEightBot/Reactive-Examples and the guest lecture at Xamarin University and also https://github.com/kentcb/WorkoutWotch and Kent's video series (see previous link)

Upvotes: 3

Shane Neuville
Shane Neuville

Reputation: 2177

I made this the other day

https://github.com/PureWeen/ReactiveUI.XamlForms.Sample

Whether it's best practices or not is debatable :-)

But it should hopefully help you get started

Upvotes: 3

Related Questions