W Webstorms Lurker Nov 12, 2011 #1 Hey, could somebody explain to me what the android context is. When using methods that need a context, what does this refer to?
Hey, could somebody explain to me what the android context is. When using methods that need a context, what does this refer to?
0 0siri2 Banned Nov 12, 2011 #2 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.
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.
alostpacket Over Macho Grande? Nov 12, 2011 #3 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
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