
Nick Butcher
Android Developer Advocate / Triatha-geek
His ProfilesRankThis is the rank of 'Nick Butcher' out of all Google+ Profiles.: 3,136 (GenderRankFor the gender 'Men'.: 1,760)
Followers: 18,858
Following: 438
Cream of the Crop: 08/10/2012
Added to CircleCount.com: 07/13/2011That's the date, where Nick Butcher has been indexed by CircleCount.com.
This hasn't to be the date where the daily check has been started. (Update nowYou can update your stats by clicking on this link!
This can take a few seconds.)
Nick Butcher was in following circles
Activity
Average numbers for the latest postings:
6 comments per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many comments someone has received recently.
23 reshares per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of .how often someone's posts have been reshared lately.
66 +1's per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many +1's someone has received on his or her posts recently.
1,062 characters per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many characters someone has used per post recently.
Latest postings
2013-05-22 11:24:47 (3 comments, 16 reshares, 46 +1s)
ActionBarDrawerToggle and ActionBarSherlock
ActionBarDrawerToggle is a helper class to go along with the new DrawerLayout which replaces the Up caret with an animated drawer icon. However, the version in the revision 13 support library only supports the native ActionBar and since I wanted to use it on a project using +Jake Wharton's +ActionBarSherlock, I decided to implement ActionBarDrawerToggle in ActionBarSherlock so that it works on all ABS supported devices.
Unfortunately, the revision 13 of the Support Library is not yet on Maven, so Maven support (and merging back into the ABS repository) is on hold until that occurs. Hopefully won't be too long...

2013-05-21 19:06:15 (5 comments, 6 reshares, 28 +1s)
DrawerLayout and the associated Android Design guidelines made their debut in the Google Shopper and Google Earth apps before Google I/O. At the conference +Roman Nurik and +Nick Butcher gave a great talk introducing them to engineers while explaining other UI patterns (https://developers.google.com/events/io/sessions/326204977) and +Richard Fulcher and +Jens Nagel gave another on related structural patterns as well. (https://developers.google.com/events/io/sessions/326301704) As an adaptation of a long-standing pattern from the developer community, we had a big task ahead of us in standardizing a pattern for the sliding drawers that users have come to know and love while still meeting some very general requirements from the rest of the app ecosystem.
We started from both low-level details and high-level conceptual structure at once. Everyone uses nav drawers just a little bit differently and tho... more »

2013-05-21 13:47:28 (4 comments, 16 reshares, 103 +1s)
For those of you into #QuantifiedSelf , +Moves is coming to Android as previewed at #io13 : Google I/O 2013 - Beyond the Blue Dot: New Features in Android Location

2013-05-21 13:39:15 (1 comments, 4 reshares, 31 +1s)
A couple of great articles talking about Google's evolving design aesthetic that you might have missed in the #io13 madness. Some choice quotes from +Matias Duarte on the Card pattern:
“The idea is that each card is a single atomic contextual piece of information; essentially, a suggestion, a prompt, a call to action […] It boils down to focus: in a very constrained space, they can communicate one thing really well.”
—http://www.newyorker.com/online/blogs/elements/2013/05/the-evolution-of-google-design.html
“We’ve given cards the barest minimum of physicality […] If you were to imagine, it’s just a few pixels thick. It’s not a heavy thing. It’s not an overwrought thing. But it is tangible.”
—http://www.fastcodesign.com/1672605/how-google-unified-its-products-with-a-simple-index-card
Handy rules to think about before you card all the things.
#an... more »

2013-05-21 08:26:46 (2 comments, 8 reshares, 41 +1s)
You can now use OkHttp as the transport layer for Volley with minimal code. Make sure you pull in the latest Volley changes from AOSP and then toss the linked gist as part of the Network for your RequestQueue.
Enjoy new features like SPDY/3 (on supported servers) as well as the greatly simplified configuration and optimizations OkHttp brings to normal HTTP.
#AndroidDev #Volley #OkHttp

2013-05-18 05:27:07 (1 comments, 0 reshares, 19 +1s)
Hey Android devs,
I want to point out a neat feature now on developer.android.com that improves search/navigation. If you haven't already noticed, typing in the search box now reveals suggestions for design docs, training classes, API guides, etc. But there's also an easier way to begin searching: hit the slash button /. The escape key also close search.
I've found this very useful when I'm deep in a doc and want to switch to another one I know of. I simply hit /, type a word to reveal the document I know of, then I'm there.
Hat tip to +David Chandler for the / shortcut idea.


2013-05-21 07:57:21 (19 comments, 202 reshares, 316 +1s)
Android Design for UI Developers
Slides from +Roman Nurik & my #io13 talk. You can also watch a recording of the talk here: Google I/O 2013 - Android Design for UI Developers

2013-05-17 16:38:20 (13 comments, 97 reshares, 235 +1s)
Android Design for UI Developers
The video of +Roman Nurik & my #io13 talk is now online. In this talk we provide some tips and tricks for building the UI patterns & visual styling detailed in the #AndroidDesign guidelines.
Alternatively you can view an album of our slides here: https://plus.google.com/photos/+NickButcher/albums/5878483541944650177

2013-05-17 15:35:50 (1 comments, 9 reshares, 21 +1s)
Since +Ficus Kirkpatrick presented at I/O about the Volley library, I thought I'd make a super simple Flickr client app to show people the basic. I won't even pretend that this is a good app, but it does show some basic concepts of how to use Volley.
I also got some questions on how to get Volley, since there's no JAR to download. Here are the instructions for Linux, though it's similar on other platforms.
git clone https://android.googlesource.com/platform/frameworks/volley
cd volley
android update project -p .
ant jar
Then, copy bin/volley.jar into your libs/ folder and off you go!

2013-05-17 00:57:06 (3 comments, 2 reshares, 21 +1s)
So +Nick Butcher and +Roman Nurik just "re-announced" ActionBarCompat. I can't give an ETA, but the fact that the #io13 app is currently using it should tell you that it's not very far away.
#AndroidDev

2013-05-16 05:34:50 (11 comments, 39 reshares, 118 +1s)
The Android Support Library has been updated to r13 with some great new additions:
– DrawerLayout for creating a Navigation Drawers
– ActionBarDrawerToggle to tie DrawerLayouts together with the ActionBar
– SlidingPaneLayout for creating adaptive master/detail views
And much more!
#androiddev

2013-05-16 04:53:27 (6 comments, 11 reshares, 49 +1s)
Very happy to announce a new design pattern for the Android Design Guide: The Navigation Drawer.
Navigation drawers have been a community-driven pattern for a while. We have now formalized its use on the Android platform with a new chapter in the official Android Design Guide. If you're interested in using this pattern in your app, or want to update your existing drawer to match best practices and recommendations, head on over and take a look.

2013-05-13 21:30:31 (2 comments, 7 reshares, 45 +1s)
My newest app, Android Design in Action, is now live in the Play Store!
Easily access all videos and resources of your most favorite +GDL show!
Main features:
- Watch all shows on your Android device
- Access Google+ stream of the #ADiA and #AndroidDesign hashtags
- Share multiple slides with your co-workers or on the social network of your choice
- Directly share the YouTube-Link of a show via Android Beam™
- Receive notifications about upcoming shows
- Receive a notification just before a show starts
- Optimized for phones, tablets and everything between
Big thanks to +Roman Nurik, +Nick Butcher and +Adam Koch for their tips and suggestions as well as for their engagement in the Android Design community!
https://play.google.com/store/apps/details?id=com.astuetz.android.adia
#ADiA #AndroidDesign... more »

2013-05-13 17:53:55 (22 comments, 18 reshares, 100 +1s)
I'll be raising awareness for an important cause at Google I/O. Find me in the Android Developer Sandbox and grab this must-have sticker to show your support.
#io13 #AndroidDev #14IsTheNew8

2013-05-12 17:53:47 (12 comments, 1 reshares, 38 +1s)
Google I/O is almost upon us. Expect to see a lot of interesting talks for both designers and developers.
Enjoy the most exiting week in the Android calendar!

2013-05-11 18:29:01 (0 comments, 7 reshares, 32 +1s)
Design is quickly becoming one of the most important elements to creating a successful Android app. Whether you're a design novice or UX veteran we've got sessions all of day 2 to help hone your skills at #IO13 .
Starting with Cognitive Science and Design with +Alex Faaborg before +Rachel Garb and +Helena Roeber teach us how to Enchant, Simplify, Amaze: (with) Android's Design Principles.
You'll learn how to perform Agile UX Research Practice in Android with +Miki Konno and +Bethany Fong, before +Jens Nagel and +Richard Fulcher explain how to build good Structure in Android App Design.
We finish the day with +Roman Nurik and +Nick Butcher as they show you how to put all this Android design into action with Android Design for UI Developers.
Link:
https://developers.google.com/events/io/sessions/326460111
