This project aims to remake a Photo Gallery application for Android OS based on Samsung Gallery. We are going to include all basic features like albums and photos management, photo editing, cloud back-up,...
Common rule is prefix-name_of_file.xml
- File with the root is
menutag will be placed inres\menufolder a.prefix=menu - File which used for layout of the screen will have
prefixisactivity - File code for component will be placed in
res\layoutfolder andprefixiscomponent
Please read the following page for the convention: https://www.conventionalcommits.org/en/v1.0.0/