1 个仓库
Using metadata attributes to determine the display mode of a view at runtime.
Distinct from View Inflation Attributes: Existing candidates focus on XML inflation or presenter views, not runtime attributes for presentation modes like modals or stacks.
Explore 1 awesome GitHub repository matching user interface & experience · Attribute-Driven Presentation. Refine with filters or upvote what's useful.
MvvmCross 是一个 .NET MVVM 框架,旨在通过将业务逻辑与原生用户界面分离来构建跨平台应用。它充当导航引擎和 UI 数据绑定库,能够将逻辑封装在可在不同操作系统间复用的视图模型(View Models)中。 该框架提供了原生硬件抽象层和依赖注入容器,用于解耦组件并为访问设备功能提供统一接口。它协调原生屏幕之间的类型安全转换,并通过属性更改通知管理共享逻辑类与原生 UI 组件之间的数据同步。 该项目涵盖了广泛的功能,包括应用生命周期管理、URI 深度链接和控制反转(IoC)服务注册。它还包含用于国际化、通过弱引用事件聚合器进行发布-订阅消息传递的工具,以及针对传感器、地理位置和生物识别认证的硬件集成功能。
Determines whether a view is displayed as a modal, stack, or root by evaluating metadata attributes at runtime.