Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 739 Bytes

File metadata and controls

31 lines (24 loc) · 739 Bytes

📸 Image Picker & Cropper - Android

This is a practice project where I implemented image selection from the gallery and cropping functionality in an Android app.

🚀 Features

  • Select image from gallery
  • Crop selected image
  • Display cropped image in ImageView
  • Modern Activity Result API usage

🛠 Tech Stack

  • Kotlin
  • Android SDK
  • Activity Result API
  • Image Cropper Library (CanHub / uCrop)

📚 What I Learned

  • Handling image URIs properly
  • Integrating third-party libraries
  • Using Activity Result Contracts
  • Managing runtime permissions

📷 Output

⚡ Future Improvements

  • Camera integration
  • Upload image to Firebase
  • Add image compression