<?xml version="1.0" encoding="utf-8"?>

Recommended resources

Courses

UX Design Foundations Course
Popular
Course

UX Design Foundations

Gene Kamenez
Gene Kamenez
Learn the essentials of UX design to build a strong foundation in core principles. Gain practical skills to support product development and create better user experiences.
Design Terminology Course
Course

Design Terminology

Alesya Dzenga
Alesya Dzenga
Learn UX terminology and key UX/UI terms that boost collaboration between designers, developers, and stakeholders for smoother, clearer communication.
Common Design Patterns Course
Course

Common Design Patterns

Gene Kamenez
Gene Kamenez
Learn design patterns most valued in product development to create intuitive, visually compelling experiences that seamlessly blend form and function.
Accessibility Foundations Course
Course

Accessibility Foundations

Ljubisa Kukulj
Ljubisa Kukulj
Learn the fundamentals of digital accessibility and how to create inclusive experiences for all users. Explore key principles, tools, and best practices.
Wireframing Course
Course

Wireframing

Colin Michael Pace
Colin Michael Pace
Learn to create effective wireframes that seamlessly integrate into your design workflows, improving communication and driving better design outcomes.
UI Components II Course
Course

UI Components II

Colin Michael Pace
Colin Michael Pace
Learn advanced techniques to design dynamic, scalable interfaces using optimized UI components and streamlined navigation for better user experiences.
Design Composition Course
Course

Design Composition

Gene Kamenez
Gene Kamenez
Learn the fundamental principles of visual layout, balance, and structure to create compelling and effective design compositions that engage and intrigue users.
Mobile Design Course
Course

Mobile Design

Denis Jeliazkov
Denis Jeliazkov
Learn mobile UI/UX patterns, workflows, and platform-specific strategies to create exceptional, user-friendly mobile experiences across different devices.
UX Design Patterns with Checklist Design Course
Course

UX Design Patterns with Checklist Design

George Hatzis
George Hatzis
Learn common UX design patterns and how to apply them with practical checklists, ensuring the creation of intuitive, user-friendly, and exceptional interfaces.
Introduction to Figma Course
Course

Introduction to Figma

Gene Kamenez
Gene Kamenez
Learn essential Figma tools like layers, styling, typography, and images. Master the basics to create clean, user-friendly designs
User Psychology Course
Course

User Psychology

Alesya Dzenga
Alesya Dzenga
Learn the psychological principles behind user behavior and decision-making. Master core concepts in user psychology to help you design more engaging products.
3D Design Foundations Course
Course

3D Design Foundations

Learn essential 3D design principles, from spatial thinking and dimensional relationships to form, lighting, and texture, for a solid foundation in the field.
Psychology Behind Gamified Experiences Course
Course

Psychology Behind Gamified Experiences

Alesya Dzenga
Alesya Dzenga
Learn the fundamentals and key concepts of gamification and discover how to apply game design principles to engage users and drive targeted behavior from them.
Reducing User Churn Course
Course

Reducing User Churn

Gene Kamenez
Gene Kamenez
Learn strategies to reduce churn and build long-term user relationships, which is crucial for improving retention and driving sustainable business growth.
Apple Human Interface Guidelines Course
Course

Apple Human Interface Guidelines

Denis Jeliazkov
Denis Jeliazkov
Learn Apple’s Human Interface Guidelines to design modern, high-performing apps, focusing on UI principles and best practices for creating effective interfaces.
Human-Centered AI Course
New
Course

Human-Centered AI

Dr. Slava Polonski
Dr. Slava Polonski
Learn AI design principles to create user-centered, trustworthy, and effective AI experiences.
Improve your UX & Product skills with interactive courses that actually work

FAQs

What is sorting?

In UI design, sorting refers to the process of arranging items or elements in a specific order based on certain criteria. It allows users to organize and view data or content in a structured manner, making it easier to find desired information or make comparisons.


When should sorting be used in UI design?

Sorting is useful in various scenarios where there is a need to organize and present information or content in a structured manner. Here are a few situations where sorting can be beneficial:

  • Tabular data: When displaying tabular data, such as spreadsheets or product listings, sorting allows users to arrange the data based on specific columns or criteria. This helps users locate information or compare values easily.
  • Lists or directories: Sorting is valuable in presenting lists or directories of items, such as contacts, files, or articles. It enables users to sort the list alphabetically, by date, popularity, or any other relevant criteria, allowing them to find items quickly.
  • Search results: When presenting search results, sorting options can help users refine and narrow down the results based on their preferences. They can sort by relevance, date, rating, or other criteria to find the most suitable items.

How can sorting be implemented in UI design?

Sorting can be implemented in UI design using various techniques and visual cues. Here are a few common approaches:

  • Sorting controls: Provide sorting controls, such as dropdown menus, radio buttons, or clickable headers, that allow users to select the sorting criteria. This enables users to change the sorting order by selecting options like ascending or descending order, alphabetical order, date order, or custom criteria.
  • Visual feedback: Provide visual indicators to show the current sorting order or active sorting criteria. For example, highlighting the selected sorting option or displaying an arrow icon to indicate the sorting direction (up or down).
  • Default sorting: Consider setting a default sorting order that aligns with user expectations or the nature of the content. This can provide a consistent and predictable experience, especially when users are exploring or accessing the UI for the first time.

Check out our Filtering & Sorting: Basics and Best Practices lesson that sheds more light on the topic.