more non-ranting?
This commit is contained in:
parent
9748befba8
commit
28aa88aaad
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -62,3 +62,27 @@ not even being able to setup the JAVA and furthermore the ANDROID SDK... `:*(` ?
|
|||
* why is there just no case in which XML did not start stinking , when scaled???
|
||||
|
||||
|
||||
## What is it with the JAVA VERSIONS and ANDROID ?
|
||||
|
||||
(aka. which SDK to install to build android packages, when also using gradle)
|
||||
Riddle me this: Java versions?????
|
||||
|
||||
Somehow there is Java "8" (which we refere to also as 1.8, just to show our willingness to confuse needlessly, because we actually thrive to make it harder for others?)
|
||||
This java version however appears to not have "been enough", why? (probably had not enough "compiler" or there siging-tool was not great enough??)
|
||||
|
||||
* when Java 1.8 can be Java 8 and clearly the "class-version" is somewhere in the 30-65 range and this is great?
|
||||
* then... we should definitively use API-Level versions of Android that are like 20-34 instead of sticking with the "commenplace, as told in the smartphone webshop" `Android 13 -> 14 -> 15`...
|
||||
* also we should require "gradle" to run on JAVA 17 , while there is 2024 also JAVA 21 (mind that is in relation to the `8` as in `.8`) while the Android API-leve 33 requires JAVA JDK version 11
|
||||
* and of course let us have `JDK` and `JRE`, because again, confusion is king, we need to use abreviatios AND acronyms, best way to have stuff "working"?
|
||||
* and then which JDK "brand", as of course there is the "original" SUN (stolen by Oracle? well it was captialism.... right?) well anyways I am even unsure how "ethicly better SUN was" but well then there is OPENSDK
|
||||
* and so which version is needed?
|
||||
* and then with what is "compiled" we need to do `dalvik` , well or we "did" , or is there again something new?
|
||||
* is this all in KOTLIN or JAVA now?
|
||||
* what is it with the verbosity of `import ....` of everything and required pain of `try...catch` for exceptions one does plainly not care that much about (how often do
|
||||
people recover and __wanna__ recover the IOException, is this a "broken hard-disk/ssd?"
|
||||
* why require all the "helpful" verbosity in JAVA to then have to divert all that to "automagic" in IDES.. i
|
||||
* why does developing in this world (which at its core is supposed to be "linux/unix" beauty) is such a "pain", because it is populated by the noobished accepting people
|
||||
* will AI help it?
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue