Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajendrarox/circleimageviewlibrary

Welcome to the Efficient Canvas CircleImageView Library! This library allows you to easily display Efficient CircleImageView in your Android applications.
https://github.com/rajendrarox/circleimageviewlibrary

canvas circle-image-view

Last synced: about 1 month ago
JSON representation

Welcome to the Efficient Canvas CircleImageView Library! This library allows you to easily display Efficient CircleImageView in your Android applications.

Awesome Lists containing this project

README

        


SketchIDE Logo

# Efficient Canvas CircleImageView

Welcome to the Efficient Canvas CircleImageView Library! This library allows you to easily display Efficient CircleImageView in your Android applications.

## Installation

## Step 1.
>Add the JitPack repository to your build file

```kotlin
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' } /// For Kt use this only maven("https://jitpack.io")
}
}
```

## Step 2.
>Add the dependency library // Canvas UI

```kotlin
dependencies {
implementation 'com.github.androidbulb:CircleImageViewLibrary:1.0'
}
```

## Step 3.
>Efficient CircleImageView Canvas in your View.xml Example

```kotlin


```

## Happy coding with AndroidBulb! 🎉