• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android Context

Webstorms

Lurker
Hey, could somebody explain to me what the android context is. When using methods that need a context, what does this refer to?
 
Without knowing what 'methods' you use, what for, and how those 'methods' notify you that they 'need a context', that's going to be difficult.
 
He means Context in terms of app development :)

I moved this thread to app development section.

To answer your question, the Context is a type of wrapper for all of you application components, resources, assets, etc...

This way, if you have the context, you can get access to your R.id.layout folders or similar.

hope that helps :)
 
Back
Top Bottom