More Functional ViewModels In Xamarin.Forms With C#
Xamarin Help
by Adam Pedley
3y ago
Xamarin.Forms is designed around MVVM, a two-way binding between a View and ViewModel. But with this comes an array of potential state issues. You have no control over the flow and timing of Visual State updates to your ViewModel. Hence, I decided to see if I could develop an easy enough way to overcome some ..read more
Visit website
Saving Xamarin.Forms
Xamarin Help
by Adam Pedley
3y ago
Xamarin.Forms is a one of the most loved and simultaneously most dreaded frameworks to work with [1]. Having being a full time Xamarin.Forms developer for over 4 years now (I still am), I feel as though I have a good grasp on the good and the bad. In 2014, Xamarin.Forms, I personally think was the […] The post Saving Xamarin.Forms appeared first on Xamarin Help ..read more
Visit website
Hyperlink in Xamarin.Forms Label
Xamarin Help
by Adam Pedley
3y ago
Showing part of a label as a clickable link, has been a long desired feature of Xamarin.Forms. With the release of 3.2.0, this is now possible. This was one of the more complex PRs (PR 2173) I completed, and I will go through the design decisions and why at the end. This is currently supported […] The post Hyperlink in Xamarin.Forms Label appeared first on Xamarin Help ..read more
Visit website
Xamarin.Android Startup Sequence
Xamarin Help
by Adam Pedley
3y ago
This video was a part of a course that was never released. It contains a deeper dive into Xamarin.Android and what happens when it starts up on you device. It assumes you have a basic understanding of Xamarin and Android already, and goes through what happens when Android starts your app, up until the MainActivity. […] The post Xamarin.Android Startup Sequence appeared first on Xamarin Help ..read more
Visit website
ImmutableUI and TDD with Xamarin.Forms
Xamarin Help
by Adam Pedley
3y ago
MVVM and XAML has failed me. A promise of abstracting to make reusable components, but they never get reused. Layers of complexity for virtually no benefit. If reuse is to happen as planned, it would require almost mystical level foresight into the future, across multiple projects. In the real world, our apps are self contained, […] The post ImmutableUI and TDD with Xamarin.Forms appeared first on Xamarin Help ..read more
Visit website
Taking a Screenshot in Xamarin.Forms
Xamarin Help
by Adam Pedley
3y ago
There may be a few occasions when you want to take a screenshot of your app, such as for sending to support. Xamarin.Forms doesn’t have this functionality; hence we will have to create a custom renderer for iOS and Android to capture the screen. Interface and Dependency Injection If we want to use this in […] The post Taking a Screenshot in Xamarin.Forms appeared first on Xamarin Help ..read more
Visit website
Masked Entry in Xamarin.Forms
Xamarin Help
by Adam Pedley
3y ago
A mask on an entry field is way to format the input into something more human readable. For example, a phone number may look like +61 400 555 555, or (555) 555-555. There are many ways to implement a mask. For maximum configurability, you would use Regex, however for most simple cases, we can implement […] The post Masked Entry in Xamarin.Forms appeared first on Xamarin Help ..read more
Visit website
Workflow Controller in Xamarin.Forms
Xamarin Help
by Adam Pedley
3y ago
One of the main issues I am seeing with large projects, is controlling the workflow of pages. The complexity continues to increase as more pages can link to and from it. It also occurred to me that keeping navigation inside the ViewModel, only seems to tie the ViewModel to other pages, rather than keeping it […] The post Workflow Controller in Xamarin.Forms appeared first on Xamarin Help ..read more
Visit website
Create a PWA in Xamarin.Forms with Ooui.Wasm
Xamarin Help
by Adam Pedley
3y ago
Ooui is a framework created by Frank Krueger, that lets you run Xamarin.Forms in a web browser. It actually has two ways of doing this, Ooui.AspNetCore, which is server side, or client side, using Ooui.Wasm. WASM is short for WebAssembly and to put it simply, it lets you run compiled code in the browser. Mono […] The post Create a PWA in Xamarin.Forms with Ooui.Wasm appeared first on Xamarin Help ..read more
Visit website
Functional ViewModels in Xamarin.Forms (Revision 3)
Xamarin Help
by Adam Pedley
3y ago
This is the 3rd revision in attempt to create a more functional ViewModel. If you want to see my previous posts, please look at. Functional ViewModels In Xamarin.Forms (Revision 2) More Functional ViewModels In Xamarin.Forms With C# Here is the revised setup: XAML Your XAML page already holds the visual state, there should be no […] The post Functional ViewModels in Xamarin.Forms (Revision 3) appeared first on Xamarin Help ..read more
Visit website

Follow Xamarin Help on FeedSpot

Continue with Google
Continue with Apple
OR