When I was in the use of 4.0.0-RC0, I found placeholder() or error() method not.How to solve it.please
you can supply this through new class RequestOptions and then pass it on to glide using apply() api.
For the generated API: http://bumptech.github.io/glide/doc/placeholders.html.
If you want to pass in RequestOptions as @nucleartip suggests: http://bumptech.github.io/glide/doc/options.html#requestoptions
Most helpful comment
you can supply this through new class
RequestOptionsand then pass it on to glide usingapply()api.