What is Context in Android? - Stack Overflow
As the name suggests, its the context of current state of the application/object. It lets newly created objects understand what has been going on. Typically you call it to get information regarding another part of your program (activity, package/application)
Read full article from What is Context in Android? - Stack Overflow
No comments:
Post a Comment