Skip to content

Instantly share code, notes, and snippets.

@cnevinc
Created March 22, 2015 09:52
Show Gist options
  • Save cnevinc/ce92788c2541e2b4c03d to your computer and use it in GitHub Desktop.
Save cnevinc/ce92788c2541e2b4c03d to your computer and use it in GitHub Desktop.
public class XXXXXApplication extends Application
{
public XXXXXApplication()
{
instance = this;
}
public void onCreate()
{
params = new Bundle();
SpInfo spinfo = new SpInfo(this);
params.putString("xxxxxx", spinfo.getString("xxxxxxxxx", "xxx"));
......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment