1 个仓库
Technical implementation of mapping static design documents to native mobile screen measurements.
Distinguishing note: Candidates focus on architecture patterns or malware analysis, not the mapping of design specs to screens.
Explore 1 awesome GitHub repository matching mobile development · Design Specification Mapping. Refine with filters or upvote what's useful.
AndroidAutoSize is a screen adaptation library for Android that automatically scales layout dimensions and view sizes across different screen resolutions. It functions as an automatic layout scaler and view dimension manager, ensuring that user interface proportions remain consistent by referencing a base design dimension. The library allows developers to define screen measurements using alternative units such as millimeters, inches, or points instead of standard density-independent pixels. It includes capabilities for custom dimension overrides, enabling the scaling process to be disabled or
Maps static design specifications directly to Android screens using alternative measurement units.