circle imageview dependency in android
implementation 'de.hdodenhof:circleimageview:3.1.0'
circle imageview dependency in android
implementation 'de.hdodenhof:circleimageview:3.1.0'
circular imageview android
implementation 'de.hdodenhof:circleimageview:3.1.0'
<de.hdodenhof.circleimageview.CircleImageView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/profile_image"
android:layout_width="96dp"
android:layout_height="96dp"
android:src="@drawable/profile"
app:civ_border_width="2dp"
app:civ_border_color="#FF000000"/>
android studio picasso circle image
implementation 'jp.wasabeef:picasso-transformations:2.2.1'
Picasso.with(context)
.load(url)
.transform(new CropCircleTransformation())
.into(imageview);
how to make circle image with cardview in android
To get a perfect circle shape using a card view, corner radius should be 1/2 of width or height
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us