Repository to share resources which we need to study
Certification site: https://developers.google.com/training/certification/associate-android-developer/
How to collaborate? Just add under every line a resource you want to share i.e.:
-
- My resource with a little explanation and web page
Some resources for the updated certification are listed at Android Developent Fundamentals
- Android Developer Fundamentals
- Concept reference: Android Developer Fundamentals Course—Concepts
- Practical workbook: Android Developer Fundamentals Course—Practicals
- Advanced Android Development
- Concept reference: Advanced Android Development—Concepts
- Practical workbook: Advanced Android Development—Practicals
- More exam resources
- An useful repository with more resources for the exam by Amejia481
- Quick and a little bit outdated guide to implement Material Design elements from MaterialDoc
- Old but useful guide to see how the exam is from Medium
-
- Fundamentals of testing Android Developer Docs
- Unit testing from Android docs
- Test your Room database from Android docs
- Good article about Unit testing from ProAndroidDev
-
- Testing Android patterns from AndroidDevelopers
-
- Debugging tips from Black Lens
-
- Build a Responsive UI with ConstraintLayout from Android docs
- Animation example with ConstraintLayout from AndroidPub
-
- A good example to customize an EditText from Google developer training GitHub
-
- Build more accessible custom views from Android docs
-
- The Styles and Themes guide from Android docs
- Guide to develop custom themes from codepath
-
- A good article to learn to use the paging library at ProAndroidDev
- Another article to use paging library atMindorks
- An easy article to understand to learn to use the paging library using Room from Knowledge Transfer
-
- Create a navigation drawer from Android docs
- Create a menu from Android docs
-
- Localization from Android docs
-
- Schedule jobs intelligently from Android docs
- Good article to Schedule tasks from Vogella
-
- Guide to background processing from Android docs
-
- Android Persistence with Room Database sample
-
- LiveData overview from Android docs
- Good article to learn LiveData at jensklingenberg
- Well explained article to differentiate patterns and antipatterns using LiveData and ViewModel at Android Developers
- Great article to point out AAC pitfalls at Medium
-
- Guide to understand better AAC from Android docs
- Awesome video tutorial to learn Room, ViewModel, LiveData, Dagger 2 and MVVM Architecture from wiseAss
-
- How to add Assets, Files, and Data Parsing from CommonsWare
- Tutorial which explains how to use Assets from MobileDevHub
- GitHub repo which shows how to use Assets from GitHub
-
- How to save key-value data from Android docs
-
- How to add settings from Android docs