From be97eaac1dd4912b23b7d5face617dabd7b652ea Mon Sep 17 00:00:00 2001 From: Matthew Truscott Date: Tue, 3 Jan 2017 14:23:20 -0600 Subject: [PATCH] Created Java Formatting (markdown) --- Java-Formatting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Java-Formatting.md 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