Home / Android F F P / Show networkimageview inside circular imageview

Show networkimageview inside circular imageview

You can use Picasso library with  Circular imageview to show image from url

add this 2 file to gradle

compile ‘com.squareup.picasso:picasso:2.5.2’
compile ‘de.hdodenhof:circleimageview:2.1.0’

then add this line to the xml

 

Finally add these lines in onCreate

that’s it.. now you can able to see image from online inside circular image view

About Rana

Avatar photo
Love to do fun with programming and build something new.. :)

Check Also

How to change fab(floating action bar) color android

Floating action bar is an attractive implementation in android material design. Any one can do …

Leave a Reply

Your email address will not be published. Required fields are marked *