Picasso

suggest change

Versions

[{“Name”:“4.3”,“GroupName”:null},{“Name”:“4.4”,“GroupName”:null},{“Name”:“4.4W”,“GroupName”:null},{“Name”:“5.0”,“GroupName”:null},{“Name”:“5.1”,“GroupName”:null},{“Name”:“6.0”,“GroupName”:null},{“Name”:“7.0”,“GroupName”:null},{“Name”:“7.1”,“GroupName”:null}]

Introduction

Picasso is an image library for Android. It’s created and maintained by Square. It simplifies the process of displaying images from external locations. The library handles every stage of the process, from the initial HTTP request to the caching of the image. In many cases, only a few lines of code are required to implement this neat library.

Remarks

Picasso is a powerful image downloading and caching library for Android.

Follow this example to add the library to your project.

Websites:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents