1 个仓库
Binding user interface events to command objects to decouple logic from presentation.
Distinguishing note: Existing candidates focus on CLI shell commands or routing, not UI command binding patterns
Explore 1 awesome GitHub repository matching user interface & experience · Command Pattern Bindings. Refine with filters or upvote what's useful.
该项目是使用 Xamarin.Forms 框架构建跨平台用户界面的参考实现和代码示例集合。它为从单一代码库开发针对多个操作系统的移动和桌面应用程序提供了实用示例。 该存储库专注于架构模式和集成策略,特别是演示了使用 MVVM 在模型和视图之间同步数据。它包括原生平台集成示例,例如调用特定于平台的 API 以及创建自定义渲染器以覆盖默认的共享控件。 这些示例涵盖了广泛的功能,包括使用 XAML 进行声明式 UI 布局以及集成 REST 和 SOAP Web 服务。其他特色领域包括使用 SQLite 进行本地数据持久化、云身份验证,以及实现各种导航方案,如标签页界面和侧滑菜单。 该项目还提供了针对多个平台的自动化构建流水线和跨平台 UI 测试示例。
Triggers logic by binding user interface events to command objects instead of using event handlers.