DEV Community

Kelvin Pere
Kelvin Pere

Posted on

Associate Android Certification (Android Core)

This is the official link from Google Certificate for Android core https://developers.google.com/certification/associate-android-developer/study-guide/android-core.

The very good thing about building apps for the Android Framework is that it runs on any Android Device. Yes, you heard me right. Just a little background about Android. It wasn't developed initially by Google, it was bought by them in the year 2005. Now Android runs on mobile devices, wears, TVs and also cars.

So this section will focus on the following:

  • Overview of the 4 Android Architecture Components - Activities, Services, Broadcast Receivers and lastly Content Providers.

  • Learning the difference between Toast and Snackbars. Not just what, but why and how.

  • Understanding Notifications in Android.

  • Localizing your app and lastly,

  • Schedule background task using JobScheduler.

Note:

I am writing this article, to help me grasp the concepts of what am learning.

Top comments (0)