#
ui-design
User interface design principles and implementation
Mobile DeviOS 26 UIGlassEffect: Preserving 3D Edge Lighting on Rounded Rectangles
Understanding why iOS 26's UIGlassEffect loses corner edge lighting on rounded rectangles and how to maintain the 3D glass effect.
5 answers• 2 views
ProgrammingUsing Avalonia Theme Colors and Brushes for Custom UI
Learn how to reference Avalonia theme colors and brushes in XAML and code for custom UI elements. Use DynamicResource, TryGetResource, and ColorPaletteResources to match Fluent or Simple themes dynamically across light and dark variants.
1 answer• 2 views
Mobile DevAndroid PX vs DP vs DIP vs SP: Differences & Usage
Understand the difference between px, dp (dip), and sp units in Android UI development. Learn when to use android dp for layouts, android sp for text, and px for pixels, with conversion formulas and best practices.
1 answer• 3 views