diff --git a/Java-Formatting.md b/Java-Formatting.md new file mode 100644 index 0000000..11b4149 --- /dev/null +++ b/Java-Formatting.md @@ -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 \ No newline at end of file