Add some documentation for the activities and app context

This commit is contained in:
bspeice
2013-11-28 23:12:46 -05:00
parent c843d7f337
commit d9ce6e0f1c
4 changed files with 17 additions and 9 deletions

View File

@ -21,7 +21,8 @@ public class GameDay extends Application{
}
/**
* Gets the app context.
* Provides a static way of getting to the Application-level context.
* Unless you know *exactly* why you need this, you don't.
*
* @return the app context
*/