![Tier 1 large screen ready icon](https://developer.android.com/static/images/guide/topics/large-screens/quality-guidelines/tier-1/tier_1_icon.png)

TIER 1 --- Large screen differentiated
| **Objective:** Make your app [large screen differentiated](https://developer.android.com/docs/quality-guidelines/large-screen-app-quality#large_screen_differentiated) by meeting the [LS-P1](https://developer.android.com/docs/quality-guidelines/large-screen-app-quality#LS-P1) custom cursors requirement of the [Large screen app quality](https://developer.android.com/docs/quality-guidelines/large-screen-app-quality) guidelines.

Custom cursors differentiate your app by indicating how and when users can
interact with UI elements and content. The system provides custom cursors, such
as:

- I-beam for text fields
- Resize handles at resizable layer edges
- Processing spinners

But you can create specialty cursors, such as:

- Crosshairs when hovering over targets in games
- A magnifying glass when hovering over zoomable content
- Tools in drawing or illustration apps

## Next steps

To learn about creating custom cursors in your app, see:

- [`PointerIcon`](https://developer.android.com/reference/kotlin/android/view/PointerIcon)
- [Mouse pointer icons](https://chromeos.dev/en/android/pointer-styling)