Skip to content

Instantly share code, notes, and snippets.

@code-twister
Created September 6, 2017 09:45
Show Gist options
  • Save code-twister/5d31b277736fbab58c2bcd876b39e2a9 to your computer and use it in GitHub Desktop.
Save code-twister/5d31b277736fbab58c2bcd876b39e2a9 to your computer and use it in GitHub Desktop.
private static String makeFragmentName(int viewId, int index) {
return "android:switcher:" + viewId + ":" + index;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment