Created Java Formatting (markdown)

Matthew Truscott 2017-01-03 14:23:20 -06:00
parent 3aebaa844c
commit be97eaac1d

12
Java-Formatting.md Normal file

@ -0,0 +1,12 @@
Java files are used for functionality, and make up the majority of android code.
Currently, there are just one type of java file, the activity.
The activity is formatted as follows:
* Package
* Imports
* Class Diagram Code
* Class Declaration
* Activity Creation
* Activity Interaction
* Other Functions