## Quick Guides Collection
Display images

Work with images onscreen using a vector, bitmap, or directly drawing with a canvas on screen.[![](http://developer.android.com/static/images/quick-guides/guide-sample-preview.png)](http://developer.android.com/develop/ui/compose/quick-guides/content/load-images)  

### [Load and display an image](http://developer.android.com/develop/ui/compose/quick-guides/content/load-images)

Load an image into your app from a disk, or from the internet using Coil or Glide.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/load-images)  
[![](http://developer.android.com/static/images/quick-guides/guide-sample-preview.png)](http://developer.android.com/develop/ui/compose/quick-guides/content/display-animated-image)  

### [Display an animated image](http://developer.android.com/develop/ui/compose/quick-guides/content/display-animated-image)

Display animated images for loading animations and icons that give feedback after user actions.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/display-animated-image)  
[![](http://developer.android.com/static/images/quick-guides/guide-sample-preview.png)](http://developer.android.com/develop/ui/compose/quick-guides/content/display-layered-image)  

### [Display layered images on a canvas](http://developer.android.com/develop/ui/compose/quick-guides/content/display-layered-image)

Blend or overlay source images to display layered images.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/display-layered-image)  
[![](http://developer.android.com/static/images/quick-guides/guide-sample-preview.png)](http://developer.android.com/develop/ui/compose/quick-guides/content/clipped-image)  

### [Display an image clipped to a shape](http://developer.android.com/develop/ui/compose/quick-guides/content/clipped-image)

Clip an image to a shape to customize how images display in your app.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/clipped-image)  
![](http://developer.android.com/static/images/quick-guides/guide-video-illustration.png)  

### 5 quick animations

7 minutes

These 5 quick and easy animations can help make your app come to life in just a few minutes. Make your Compose app stand out even if you don't have the time to learn everything there is to know about animations.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/video/five-animations-compose)  
![](http://developer.android.com/static/images/quick-guides/guide-video-illustration.png)  

### Intro to drawing

9 minutes

After you're comfortable working in Compose, you might want to start drawing your own custom components. This video covers how to get started with custom drawing.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/video/drawing-in-compose)  
![](http://developer.android.com/static/images/quick-guides/guide-video-illustration.png)  

### Animation in Compose

5 minutes

See how to animate state values, using transitions, animating visibility or size changes and simple crossfades by using the Compose animation APIs.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/video/animation-in-compose)  
![](http://developer.android.com/static/images/quick-guides/guide-video-illustration.png)  

### Draw ClickableText in Compose

5 minutes

See how to use Compose APIs specifically designed to draw text on a canvas. This segment shows the code to draw an emoji font in a rounded rectangle.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/video/accessibility-in-compose)  
![](http://developer.android.com/static/images/quick-guides/guide-video-illustration.png)  

### Draw text in Compose

2 minutes

See how to use Compose APIs specifically designed to draw text on a canvas. This segment shows the code to draw an emoji font in a rounded rectangle.  
[Guide](http://developer.android.com/develop/ui/compose/quick-guides/content/video/draw-text-compose)![](http://developer.android.com/static/images/picto-icons/help.svg)  

## Have questions or feedback

Go to our frequently asked questions page and learn about quick guides or reach out and let us know your thoughts.  
[Go to FAQ](http://developer.android.com/quick-guides/faq)[Leave feedback](https://issuetracker.google.com/issues/new?component=1573691&template=1993320)