Skip to content

Instantly share code, notes, and snippets.

@jfsurban
Created June 10, 2013 03:21
Show Gist options
  • Save jfsurban/5746325 to your computer and use it in GitHub Desktop.
Save jfsurban/5746325 to your computer and use it in GitHub Desktop.
Android tips & tricks
- do not use null on LayoutInflater.inflate
- use FrameLayout or LinearLayout instead of RelativeLayout as the latter takes at least 2 passes on layout
- use ViewHolder pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment