public Context<http://developer.android.com/reference/android/content/Context.html> getApplicationContext () Since: API Level 1<http://developer.android.com/guide/appendix/api-levels.html#level1>
Return the context of the single, global Application object of the current process. public Context<http://developer.android.com/reference/android/content/Context.html> getBaseContext () Since: API Level 1<http://developer.android.com/guide/appendix/api-levels.html#level1> Returns - the base context as set by the constructor or setBaseContext Since applicationcontext is global application object, To avoid objects retained in memory after activity is closed (assuming this application has lots of activities), its better to use getbasecontext Is my understanding right.? Thanks for all your inputs. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

