Browsing Author

Shane Conder & Lauren Darcey

Lauren Darcey and Shane Conder have coauthored two books on Android development: an in-depth programming book entitled Android Wireless Application Development and Sams Teach Yourself Android Application Development in 24 Hours. When not writing, they spend their time developing mobile software at their company and providing consulting services. They can be reached at via email to androidwirelessdev+mt@gmail.com, via their blog at androidbook.blogspot.com, and by following them on twitter.
Author Feed

Android Essentials: Publishing to Specific Devices

Android Essentials: Publishing to Specific Devices

This entry is part 13 of 13 in the series Android Essentials

As the Android platform continues to grow and spread to new types of devices, it becomes more important for developers to keep track of where their applications are deployed. While market filters are available for developer configuration, sometimes the default filters don’t go far enough. This tutorial will teach you to exclude specific devices manually!

Android Essentials: Submitting Your Application to the Android Market

Android Essentials: Submitting Your Application to the Android Market

This entry is part 12 of 13 in the series Android Essentials

You’ve read Mobiletuts+ tutorials. You had an idea. You turned it into an app. You’ve tested it. Your friends love it. Your designer’s stopped tweaking pixels, saying it’s perfect. Your quality assurance team has assured you it won’t blow up any phones. Now what? Time to submit your app!

Android Essentials: Create a Mirror

Android Essentials: Create a Mirror

This entry is part 11 of 13 in the series Android Essentials

Learn how to make a simple “mirror” app in this quick tutorial!

Android 2011: A Year in Review

Android 2011: A Year in Review

Industry gurus Shane Conder and Lauren Darcey provide a recap of the Android ecosystem in 2011 and offer predictions for how the platform may evolve in 2012.

Getting Started With Kindle Fire Development

Getting Started With Kindle Fire Development

The Kindle Fire is the new touchscreen and e-book reader from Amazon. This device has generated a lot of buzz, and for good reason! It is currently the best selling Android tablet, with millions of units already sold. This tutorial will teach you how to begin making apps with the Android SDK specifically targeted for the Kindle Fire.

Android User Interface Design: Creating a Numeric Keypad with GridLayout

Android User Interface Design: Creating a Numeric Keypad with GridLayout

This entry is part 21 of 21 in the series Android User Interface Design

At first glance, you might wonder why the new GridLayout class even exists in Android 4.0 (aka Ice Cream Sandwich). It sounds a lot like TableLayout. In fact, it’s a very useful new layout control. We’ll create a simple numeric keypad using GridLayout to demonstrate a small taste of its power and elegance.

Android User Interface Design: Icon Design

Android User Interface Design: Icon Design

This entry is part 20 of 21 in the series Android User Interface Design

Just as iOS apps should emulate the look and feel of the iOS platform, professional-grade Android applications should be designed to integrate well with the rest of the Android platform. Today, we diverge slightly from our developer-centric tutorials and provide a basic introduction to designing icons appropriate to the Android platform.

Android Essentials: Adding Events to the User’s Calendar

Android Essentials: Adding Events to the User’s Calendar

This entry is part 10 of 13 in the series Android Essentials

The latest version of the Android SDK, code-named Ice Cream Sandwich, reached developers this week. For the first time, the SDK provides access to the Calendar application in a legitimate fashion. One of the most common tasks that developers often want to be able to do is create new events in the user’s calendar, so today we’ll show you how.

Android User Interface Design: Horizontal View Paging

Android User Interface Design: Horizontal View Paging

This entry is part 19 of 21 in the series Android User Interface Design

Perhaps you’ve seen some of the new user interface features available as part of the Android compatibility package. One such feature, horizontal view paging, allows for easy left and right swipes to load different screens (pages), controlled by a single Activity. This feature has been showcased in several high profile applications like the Android Market application and the Google+ Android client.

Android User Interface Design: Radio Buttons

Android User Interface Design: Radio Buttons

This entry is part 18 of 21 in the series Android User Interface Design

In this quick tutorial you’ll learn how to create basic Android radio selection controls using RadioGroup and RadioButton. You’ll also learn how to react when the user selects a specific radio option, as well as how to populate radio controls in different ways.

Page 1 of 912345678...Last »