Skip to content

Instantly share code, notes, and snippets.

@omatt
Last active August 29, 2015 14:17
Show Gist options
  • Save omatt/cc50a0e10447fb77aebc to your computer and use it in GitHub Desktop.
Save omatt/cc50a0e10447fb77aebc to your computer and use it in GitHub Desktop.
English Central Android demo app references
https://www.google.com.ph/search?q=android+setNavigationMode+deprecated
// ActionBar.setNavigationMode is deprecated
https://developer.android.com/training/material/lists-cards.html
http://www.binpress.com/tutorial/android-l-recyclerview-and-cardview-tutorial/156
// RecyclerView and CardView
http://javatechig.com/android/listview-with-section-header-in-android
// ListView with section header
http://www.michenux.net/android-navigation-drawer-748.html
https://github.com/neokree/GoogleNavigationDrawer
// NavigationDrawerFragment with sections
https://github.com/omatt/AndroidSpinnerSample
// Spinner dropdown
http://stackoverflow.com/questions/26666143/recyclerview-gridlayoutmanager-how-to-auto-detect-span-count
https://developer.android.com/reference/android/support/v7/widget/GridLayoutManager.html
// TODO add auto-span GridLayoutManager
http://romannurik.github.io/AndroidAssetStudio/icons-launcher.html
// icon launcher
https://github.com/AverageGuys/GorillaLib/
// Toast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment