Xamarin.Forms plugin for iOS/Android to enable Shared Transition animations between two pages.
A shared element transition determines how elements that are present in two pages transition between them. For example, an image that is displayed on both Page A and Page B, transitions from A to B when B...
More information
A stable, simple selenium framework for building DRY, well organized automated tests. Page Components are a continuation of hte page object model. They represent small, reusable blocks of application logic that can be pieced together into larger page objects. They essentially act as a middle...
More information
A few methods that can be usefull when building custom UI in Xamarin.Forms. Extension methods on Element. Where RootLayout() return the root layout of the page - which also can be specified to return the highest layout of type Layout<VIew> (Stacklyout, FlexLayout etc ) -in the hierarchy. And...
More information
A stable, simple selenium framework for building DRY, well organized automated tests. Page Components are a continuation of the page object model. They represent small, reusable blocks of application logic that can be pieced together into larger page objects. They essentially act as a middle...
More information