Showing posts from May, 2022

Cards - Android Material UI/UX

Cards contain content and actions that relate to information about a subject. Usage  Use a card to display content and actions on a single topic. Cards should be easy to scan for relevant and actionable information. Elements like text and images sho…

Bolt UIX
1

App Settings - Android Material UI/UX

App settings let users indicate preferences for how an app should behave Usage  Settings should be well-organized, predictable, and contain a manageable number of options.

HARI

Banners - Android Material UI/UX

A banner displays a prominent message and related optional actions. Usage  A banner displays an important, succinct message, and provides actions for users to address (or dismiss the banner). It requires a user action to be dismissed. Banners should…

HARI

Flexbox Layout - Android Material UI/UX

In this layout, items will “flex” to different sizes to fill the space. It helps us to make a responsive UI FlexboxLayout extends the ViewGroup like LinearLayout and RelativeLayout. You can specify the attributes from a layout XML like Read more: of…

HARI
Load More
That is All