-
-
Notifications
You must be signed in to change notification settings - Fork 62.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Android Beginner and Intermediate Courses #10906
Conversation
The courses added are for beginners and intermediates. Two Android basics courses and one intermediate Jetpack Compose course from the Google Developers Training team.
Linter failed, fix the error(s):
|
Swapped lines 211 and 212 for alphabetical sorting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the sorting error
Linter failed, fix the error(s):
|
Linter failed, fix the error(s):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swapped lines 211 and 210, and 213 and 212
courses/free-courses-en.md
Outdated
@@ -208,10 +208,12 @@ | |||
* [Android App Development for Beginners Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBsvRxJJOzG4r4k_zLKrnxl) - Bucky Roberts (thenewboston) | |||
* [Android App Development Tutorial for Beginners (2020) \| Complete Guides and Courses](https://www.youtube.com/playlist?list=PLwhVruPHD9rz2MwQuYSenQ0WK1IGP5rYM) - tutorialsEU | |||
* [Android Basics: Data Storage](https://www.udacity.com/course/android-basics-data-storage--ud845) (Udacity) | |||
* [Android Basics in Kotlin](https://developer.android.com/courses/android-basics-kotlin/course) - Google Developers Training team (Android) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'll move the kotlin courses to be a subcategory under android, but for now, put the kotlin course in kotlin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"This course is out of date and no longer maintained."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I'll remove the Kotlin course. Thanks for pointing that out. Only the Jetpack Compose courses will remain
Co-authored-by: Eric Hellman <[email protected]>
Accepted changes on the Android courses Co-authored-by: Eric Hellman <[email protected]>
Removed the Android Basics in Kotlin course as it's no longer being maintained.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The suggested change of removing the Android Basics in Kotlin has been applied
@eshellman the requested changes have been applied |
The courses added are for beginners and intermediates: two Android basics courses and one intermediate Jetpack Compose course from the Google Developers Training team.
What does this PR do?
Add resource(s)
For resources
Description
Android Basics in Kotlin and Compose. These are well-written courses for beginners and intermediates as they teach the modern Android development approach.
Why is this valuable (or not)?
The resources are valuable for beginners starting Android development and looking for free resources.
How do we know it's really free?
It's by the Google Developers Training team that offers free courses on the official Android docs website.
For book lists, is it a book? For course lists, is it a course? etc.
They are courses
Checklist:
Follow-up