Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rajendrarox/circleimageviewlibrary
- Owner: rajendrarox
- License: mit
- Created: 2024-02-12T17:58:40.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-12T20:51:18.000Z (11 months ago)
- Last Synced: 2024-10-14T20:41:29.153Z (3 months ago)
- Topics: canvas, circle-image-view
- Language: Java
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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! 🎉