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 is a .NET MVVM framework designed for building cross-platform applications by separating business logic from native user interfaces. It functions as a navigation engine and a UI data binding library, enabling the encapsulation of logic within view models that are reused across different operating systems. The framework provides a native hardware abstraction layer and a dependency injection container to decouple components and provide a consistent interface for accessing device features. It coordinates type-safe transitions between native screens and manages the synchronization of da
Determines whether a view is displayed as a modal, stack, or root by evaluating metadata attributes at runtime.