bsoc-bitbyte / myLeave

myLeave is a user-friendly app that streamlines leave request submissions and management.
4 stars 14 forks source link

Implemented ImagePicker in LeaveFormActivity #26

Closed sujalagrawal2 closed 2 months ago

sujalagrawal2 commented 2 months ago

Overview

  1. This PR fixes or fixes part of #25 .
  2. This PR does the following:
    i) ask user for permission ii) after denying the permission if user tries to excess file user will be directed to the setting to give permission. iii) user is able to select image and pdf only. iv) the name of the selected file is shown in the attachment textview.

Essential Checklist

Proof that changes are correct

image1 image2 image3

PR Pointers