Andriod Basics - Context, Resources and Qualifiers

·

1 min read

Context is nothing but an instance of class.

It acts as a bridge between your application and Andriod OS.

It allows access to application specific resources.

Resources refers to non-code things that your app needs. Pictures , vector graphics or localized strings.

res folder in app

Official docs - https://developer.android.com/reference/android/content/Context