Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created April 24, 2012 10:57

Revisions

  1. PanosJee created this gist Apr 24, 2012.
    3 changes: 3 additions & 0 deletions bugsense-android-hashmap.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    Map<String,String> extras = new HashMap<String,String>();
    extras.put("activity","MyActivity");
    extras.put("username","Ventrix");