Destroyed Java Formatting (markdown)

Matthew Truscott 2017-01-03 14:30:35 -06:00
parent 5248e3dcb6
commit ade5a37bb4

@ -1,12 +0,0 @@
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