-
Notifications
You must be signed in to change notification settings - Fork 0
Coding Standard
Salekur Rahaman edited this page Mar 18, 2020
·
35 revisions
- JAVA for back-end.
- XML for font-end.
- JAVA: Pascal Casing (start with an upper letter in each word).
- XML: All letter must be in lower case (activityname_itemtype_usefor).
JAVA:
- Used
TAB SPACEon the starting of the body of classes, functions, and loops. - Used general
SPACEafter the comma.
JAVA:
- Single Line Comment (
// comment.....). - Multi-Line Comment (
/* comments..... */). - Documentation Comment (
/** comments.... */).
XML:
- All Comments (
<!-- comments -->).
Write the starting point, closing point, and element details in comments.

- Database: Google Firebase Database and Hosting (https://firebase.google.com).
- Design: Google Material Design (https://material.io).
©2020, All right reserved by Bachelor.