@@ -12,3 +12,10 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
+build
+app/release
+app/debug
+
+.gradle
+.idea
+*.iml
@@ -0,0 +1,7 @@
+package com.mikhaellopez.androidwebserver.controller;
+public class ConsoleController {
+ public String dispatch(int action, Map<>){
+ }
+}
@@ -0,0 +1,4 @@
+public class PortableController {