// A Xamarin.Forms solution to replicate interesting UI design.
var XampleUI = "Xamarin sample UI";
var Template = "XF.Shell";
var HandyTools = {"XamlStyler", "Snipast"};
var TableOfContents = {
};
App Preview | Original design (Ghulam Rasool) |
---|---|
- Margin or padding in the same row or column might not be consistent (as a rookie image cutter).
- Different item size makes it difficult to turn into an infinite list.
- Pin a screenshot (Snipast) made UI QA easier.
- Cropping and editing images are time-consuming.
- Rendering a video requires a better CPU.
- Font in "this" page is different from the gif above (By the font license, font files are not pushed).
App Preview | Original design (Cuberto) |
---|---|
- item transition to detail
- item transition to cart
- real cart
- scroll animation
- Uneven list view
Xamarin.Plugin.SharedTransitions
App Preview | Original design (Shaun Paduano) |
---|---|
Issues out of the video:
- PIN button position and switch issue,
- use a new property for the pinned list
- Update the mock data and page binding
- Scroll page height
- disposed object issue
App Preview | Original design (Dimest) |
---|---|
- Card Images
- Icons
- Colors
- Number update animation.
- Card swipe away.
- Transition to the detail page.
- Flip animation. (demo done in XampleControl)
🚧 Loading...