From 3397b2e6ef067f882dd14ac233045d645c1d162b Mon Sep 17 00:00:00 2001 From: Joaquin Date: Sun, 18 Jun 2023 19:29:04 +0300 Subject: [PATCH] [android] Added first UI page Added Protocol basis GG:{player id}|{input type}:{input ID}|{Key (4 chars)}:{Value (signed int / float / string)}|; e.g. GG:1|BTTN:4|BUPD:1|; --- android/.idea/.gitignore | 3 + android/.idea/.name | 1 + android/.idea/android.iml | 9 + android/.idea/misc.xml | 4 + android/.idea/modules.xml | 8 + android/.idea/vcs.xml | 6 + android/UDPtest000/.idea/gradle.xml | 2 +- android/UDPtest000/.idea/misc.xml | 2 +- android/UDPtest000/.idea/vcs.xml | 6 + .../com/example/udptest000/MainActivity.java | 79 ++++++- .../app/src/main/res/layout/activity_main.xml | 194 +++++++++++++++--- 11 files changed, 278 insertions(+), 36 deletions(-) create mode 100644 android/.idea/.gitignore create mode 100644 android/.idea/.name create mode 100644 android/.idea/android.iml create mode 100644 android/.idea/misc.xml create mode 100644 android/.idea/modules.xml create mode 100644 android/.idea/vcs.xml create mode 100644 android/UDPtest000/.idea/vcs.xml diff --git a/android/.idea/.gitignore b/android/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/android/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/android/.idea/.name b/android/.idea/.name new file mode 100644 index 0000000..52e0c37 --- /dev/null +++ b/android/.idea/.name @@ -0,0 +1 @@ +UDPtest000 \ No newline at end of file diff --git a/android/.idea/android.iml b/android/.idea/android.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/android/.idea/android.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml new file mode 100644 index 0000000..4d8e07c --- /dev/null +++ b/android/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/android/.idea/modules.xml b/android/.idea/modules.xml new file mode 100644 index 0000000..9dddca5 --- /dev/null +++ b/android/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/android/.idea/vcs.xml b/android/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/android/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/android/UDPtest000/.idea/gradle.xml b/android/UDPtest000/.idea/gradle.xml index 239e8d2..a0de2a1 100644 --- a/android/UDPtest000/.idea/gradle.xml +++ b/android/UDPtest000/.idea/gradle.xml @@ -7,7 +7,7 @@