bsoc-bitbyte / myLeave

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

Implement Image Picker in Leave Form Activity #25

Closed Agrim2112 closed 2 months ago

Agrim2112 commented 2 months ago

Integrate a Image Picker into the Leave Form Activity that allows users to select images and PDFs. You can use Intent class to open file picker and specify the types of files you want to pick.

ayushsaksena30 commented 2 months ago

@Agrim2112 I would like to work on the issue. My approach will be to take permission to read external storage from android manifest file and implement a function to open the file picker based on the option selected by user for image or pdf upload and then display the file name in Attachment text view. Thank you

sujalagrawal2 commented 2 months ago

@Agrim2112 I would like to work on this issue. In my approach I will ask user to give permission for excessing a file. And I will make a function to open file picker such that user can able to select pdf and image only. I will display the name of the file in the text view. I will make different function for different work. Thank You.

Agrim2112 commented 2 months ago

@sujalagrawal2 You can work on it