2 रिपॉजिटरी
Systems for defining and managing view measurements using custom ratios or physical units instead of standard pixels.
Distinguishing note: Candidates are resource generators or binding tools, not runtime dimension management systems.
Explore 2 awesome GitHub repositories matching mobile development · View Dimension Managers. 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
Manages screen measurements using custom ratios, millimeters, or inches instead of standard density-independent pixels.
UltraViewPager एक Android UI घटक और ViewPager एक्सटेंशन है जो मोबाइल स्क्रीन के लिए पेज ट्रांज़िशन एनिमेशन और एक इनफिनिट पेजिंग कंट्रोलर की लाइब्रेरी प्रदान करता है। यह कस्टम आयामों और आस्पेक्ट रेशियो के साथ पेजिंग कंटेनर्स को रेंडर करने के लिए एक पुन: प्रयोज्य इंटरफ़ेस तत्व के रूप में कार्य करता है। यह प्रोजेक्ट सर्कुलर पेजिंग नेविगेशन को लागू करता है जो अंतिम स्क्रीन तक पहुँचने के बाद पहले पेज पर वापस आ जाता है, जिससे एक निरंतर लूप बनता है। इसमें ऑटोमेटेड कंटेंट रोटेशन के लिए एक टाइमर-संचालित तंत्र और पेज स्विच के दौरान व्यू पोजीशन्स और अल्फा मानों को इंटरपोलेट करने के लिए एक कोऑर्डिनेट-आधारित इंजन भी शामिल है। लाइब्रेरी क्षैतिज और ऊर्ध्वाधर पेजिंग ओरिएंटेशन दोनों का समर्थन करती है। यह पेज पोजीशन इंडिकेटर्स के लिए यूटिलिटीज और पेजिंग कंटेनर के लिए अधिकतम ऊँचाई, अधिकतम चौड़ाई या निश्चित आस्पेक्ट रेशियो को कॉन्फ़िगर करने के लिए एक बाधा प्रणाली प्रदान करती है।
Provides a constraint system to configure maximum heights, maximum widths, or fixed aspect ratios for the paging container.