mobile-roadmap / android-developer-roadmap

Android Developer Roadmap 2020
Creative Commons Attribution Share Alike 4.0 International
4.14k stars 513 forks source link

[Suggestion] Change XML from "Programming Languages" #21

Closed brunogabriel closed 4 years ago

brunogabriel commented 5 years ago

Hi,

I think that would be nice to change XML from programming languages, because it's a markup language in the same group as HTML, maybe can group by "interface languages".

TWiStErRob commented 5 years ago

there are other languages related to Android development that are missing: Properties, Groovy, SQL; I think simply "Languages" would be nicely generic.

drcabral commented 5 years ago

Hey guys, thanks for the suggestion!

i think that it makes sense. In the next days we will work on more improvements and i'll consider what you're saying to make the roadmap better!

drcabral commented 5 years ago

Hey guys, I just opened the PR #26 that i changed the XML to another section.

About the other suggested languages, what about a note commenting that these languages are also good to take a look in android development?

anacoimbrag commented 4 years ago

Closing this issue due to inactivity and also we have now XML under File Formats and Groovy under Gradle. About SQL could we say is under SQLite?

TWiStErRob commented 4 years ago

@anacoimbrag I like the Gradle subgroup for Gradle, I think you should add Properties and KTS under there.

SQL under SQLite also sounds good, did you mean implicitly? Because I don't see it there yet. SQL is a centralized standard with each DB implementing a variant of it.

TWiStErRob commented 4 years ago

Btw, I consider Properties is a language, because it has grammar (albeit simple) and it has escaping sequences: https://docs.oracle.com/javase/6/docs/api/java/util/Properties.html#load%28java.io.Reader%29