Skip to content

Android application to pick any image from gallery or camera and then get a cropped image out of it using Kotlin Programming Language.

License

Notifications You must be signed in to change notification settings

AndroidCodility/ImageCropper

Repository files navigation

Image Cropper

Android application to pick any image from gallery or camera and then get a cropped image out of it using Kotlin Programming Language.

Add Dependencies

dependencies {

implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.+'

}

Add Permissions in AndroidManifest.xml

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Cropper 1 Cropper 2 Cropper 3
Cropper 4

Play Video

Like Facebook Page

About

Android application to pick any image from gallery or camera and then get a cropped image out of it using Kotlin Programming Language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages