alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.38k stars 384 forks source link

How to use picture in external shortage? #62

Closed chjxidian closed 7 years ago

chjxidian commented 7 years ago

Hi, in the demo, you has refer a picture in drawable. I want to know how to use a picture in external shorage by using a path?

alexvasilkov commented 7 years ago

One option is to use Glide library. Note though, that images loading is outside of library's scope.