I am in the middle of the third module of the "Java for Android" MOOC on Coursera and I just wanted to update my readers on some of the new things that I have learned in the second and third modules of this course:
- Android N will be moving away from the JDK and moving towards OpenJDK.
- I learned about the 3 kinds of files in an Android project:
- Gradle Files
- Source Code Files
- Resource Files: Learning about resource files was especially interesting because I associate the name "resource" with something like a "README" file, but in the context of Android, this includes user interface layout files, images included in the app, and XML files containing values that are used by the app.
- I learned that I will be dealing with log files. This was a bit unexpected since I associate log files with system administration.
Comments
Post a Comment