Created
July 7, 2014 19:28
-
-
Save hendrikbeck/06a76cf3c57d4d177a30 to your computer and use it in GitHub Desktop.
Configure Murms programmatically
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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