Update the UploadPhotoBottomSheetDialog to be a parent class of any classes that need to utilize an upload functionality
Note there are still some OOP... concerns to be considered specifically due to the nature of inheritance in java, documentation of usage is also important. Furthermore, an eventual migration to be defined as an abstract class may take place
Demo of Basic Layout
Notes
Major Updates