Friday, October 6, 2023

Image Pick And Crop In Android Studio Jetpack Compose

 Step 1: Add Dependencies


implementation("com.github.CanHub:Android-Image-Cropper:4.0.0")

Step 2: Add Repositories 

maven(url = "https://jitpack.io")

Step 3: Add Activity In Manifest


<activity android:name="com.canhub.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat"/>


Step 4: UI Design




UI Design #2 




### Source Code ###








No comments:

Post a Comment

Power Of Compounding

 Power Of Compounding 1 = 1 2 = 2 3 = 4 4 = 8 5 = 16 6 = 32 7 = 64 8 = 128 9 = 256 10 = 512 11 = 1024 12 = 2048 13 = 4096 14 = 8192 15 = 163...