View.getContext(): Returns the context the view is currently running in. Usually the currently active Activity.현재 액티비티Activity.getApplicationContext(): Returns the context for the entire application (the process all the Activities are running inside of). Use this instead of the current Activity context if you need a context tied to the lifecycle of the entire application, not just the current Ac..