Skip to content

Instantly share code, notes, and snippets.

@svenporto
Created November 29, 2012 19:49
Show Gist options
  • Select an option

  • Save svenporto/4171399 to your computer and use it in GitHub Desktop.

Select an option

Save svenporto/4171399 to your computer and use it in GitHub Desktop.

Revisions

  1. Sven Kapuđija renamed this gist Nov 29, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Sven Kapuđija created this gist Nov 29, 2012.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    private String getFragmentTag(int pos){
    return "android:switcher:"+R.id.pager+":"+pos;
    }