Last active
August 29, 2015 14:17
-
-
Save omatt/cc50a0e10447fb77aebc to your computer and use it in GitHub Desktop.
English Central Android demo app references
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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