Skip to content

tutsplus/Android-VectorDrawable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Tuts+ Tutorial: Using Android's VectorDrawable Class

Instructor: Paul Trebilcox-Ruiz

While Android does not support SVGs (Scalable Vector Graphics) directly, Lollipop introduced a new class called VectorDrawable, which allows designers and developers to draw assets in a similar fashion using only code. In this article, you will learn how to create VectorDrawables with XML files and animate them in your projects.

Source Files for the Tuts+ tutorial: Using Android's VectorDrawable Class

Read this tutorial on Tuts+