-
Notifications
You must be signed in to change notification settings - Fork 0
BootstrappingAndroidBestPractices
Like human language, programming languages are
- part syntax,
- part vocabulary, and
- part culture/socio-linguistics.
Too often when learning a new language we focus on syntax and vocabulary, but not enough on culture/best practices. Sure, in our courses we might learn that the French like wine and baguettes, and wear berets, but on the ground its not really that simple (n'est pas). In this tutorial we "immerse" ourselves in the culture of a few projects to simultaneously learn syntax, vocab and best practices for getting things done in Android Development.
We have selected a few repositories, 2 which show best practices, and 2 pairs of pidgins vs. best practices which show not fully formed Android development.
-
- Beginners: Using the GPS
- Beginners: Localization
- Beginners: Choosing the right tool in your toolbox for saving persistent application data
- Advanced: Using library projects
- Advanced: good project management (instructions end to end: how others can set up the code and contribute to the project)
-
- Beginners: flashing image click animations
- Advanced: Game engine
- Advanced: letting users decide which buttons/touches do what action in your app
- Two page-curl repos
(1 page book vs. 2 page book, margins vs no margins)
- Three Blogger clients
- Do try to use the ContentProvider, even if its hard to figure out when you are first learning.
- Google IO Sched 2011
- Advanced: using fragments for phones and tablets (warning: this creates many layers of abstraction so its hard to navigate as a beginner)
- Shelves is a personal books management application for Android
Shelves lets you manage your collection of books from your phone. With Shelves, you can add books by scanning their barcodes, using Web searches or entering information manually. Shelves help you find books in your collection with various search capabilities including by scanning a book's barcode. * GreenDroid GreenDroid is a development library for the Android platform. It makes UI developments easier and consistent through your applications. * Android Snippets * Firefox codebase runs on Android