android - What is the getApplicationContext() method? -
this question has answer here:
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
Post a Comment