Windows Live tile #2689
eduardoagr
started this conversation in
New Feature Discussions
Replies: 1 comment
-
the control now suppors png/svg/fontIcons via a custom control. there is also work to be done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduce a dynamic Live Tile component in the MAUI app that mimics the classic Windows Phone experience, enhancing user engagement through animated, informative tiles.
Key Features:
Flip Animation:
Tiles automatically flip between front and back every few seconds (e.g., front visible for 7s, back for 5s), simulating the behavior of Windows Phone live tiles.
Dynamic Content:
Front: Shows an icon and title.
Back: Displays supplementary information or context (e.g., notifications, messages, summaries).
Responsive Sizing:
Tiles support multiple sizes (Small, Medium, Wide, Large) and adjust layout dynamically.
UI-Driven Behavior:
All flipping logic and animations are handled in the UI layer using Rotate and visibility toggling—no reliance on MVVM toolkits.
Benefits:
Recreates a nostalgic yet functional user experience.
Visually appealing and keeps content fresh without user input.
Fully compatible with MAUI’s cross-platform capabilities.
LiveTile.mp4
Beta Was this translation helpful? Give feedback.
All reactions