android - What is the getApplicationContext() method? -


i busy learning android , came across getapplicationcontext method. didn't understand used , it's purpose is.

the context object used across application many things access resources android os has allocated you.

  • using getsystemservice, handle of service , can wonders.
  • pass context object classes toast

it useful , powerful if used correctly.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -