Skip to content

Instantly share code, notes, and snippets.

@anirudh24seven
Created March 2, 2014 14:31
Show Gist options
  • Save anirudh24seven/9307405 to your computer and use it in GitHub Desktop.
Save anirudh24seven/9307405 to your computer and use it in GitHub Desktop.
WordPress for Android - WordPress extends Application and this onCreate() method is the first code to be called
public class WordPress extends Application {
...
public void onCreate() {
versionName = getVersionName();
initWpDb();
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment