JakeWharton / WritingAgileAPKs

AnDevCon III Presentation: Writing Agile APKs

Home Page:http://jakewharton.github.com/WritingAgileAPKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Writing Agile APKs

Learn how libraries like ActionBarSherlock, ViewPagerIndicator, NineOldAndroids and other creatively named libraries alleviate the burden of dealing with platform differences yourself. Google’s support library creates a phenomenal starting point for providing post-Honeycomb style content management. What is missing, however, is a bit of visual sugar to allow for leveraging things like animation and the action bar paradigm without having to juggle native class availability across various API levels.

With minimal effort, we can instead call on third-party libraries to step up and handle these implementations, which will allow you, the developer, more time to focus on making the content of your app the best it can be! This session will include a live coding example, demos, use cases, and a showcase of existing implementations of the libraries covered.

Slides are available for viewing in your browser at http://bit.ly/agileapk

The final backported examples are available on the after branch. You can see the total diff here: https://github.com/JakeWharton/WritingAgileAPKs/compare/after

License

Copyright 2012 Jake Wharton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

AnDevCon III Presentation: Writing Agile APKs

http://jakewharton.github.com/WritingAgileAPKs

License:Apache License 2.0


Languages

Language:Java 99.3%Language:Shell 0.7%