Skip to content

Instantly share code, notes, and snippets.

@hendrikbeck
Created July 7, 2014 19:28
Show Gist options
  • Save hendrikbeck/06a76cf3c57d4d177a30 to your computer and use it in GitHub Desktop.
Save hendrikbeck/06a76cf3c57d4d177a30 to your computer and use it in GitHub Desktop.
Configure Murms programmatically
Murm m = (Murm) findViewById(R.id.my_first_murm);
m.setUserId("John Doe");
m.setTransactionId("123456");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment