Follow this blog:
RSS
Email Alert

Android App Builder

  • 9

    Why fragmentation is great for Android developers and users

    It would be bad form to delve into the world of Android fragmentation wearing a pair of rose-colored glasses, but also don't overlook the upsides to the OS's segmentation.

    Posted by Grady Winston | December 6, 2012, 10:47 AM PST | Latest comment by CharlesG1970

  • 0

    Theming toast messages with the Android SDK

    A toast message is a warm and fuzzy way to alert users about what is happening in your Android app without interrupting the UX. Learn how to build custom toast messages.

    Posted by William J. Francis | December 5, 2012, 5:35 PM PST

  • 0

    Remote test your Android apps with these services

    Samsung Remote Test Lab, Vodafone Handset Cloud, and Apkudo are just three of the services you might want to check out when remote testing your Android apps.

    Posted by Tim Mackenzie | December 4, 2012, 11:26 AM PST

  • 0

    Essential elements to use from the Android Support Library

    The Android Support Library makes several of the operating system's important new features available to apps for older versions of Android.

    Posted by Tim Mackenzie | November 29, 2012, 10:32 AM PST

  • 0

    Jelly Bean's ConnectivityManager has a new goodie

    Android developer William J. Francis demonstrates how to determine if a connection is metered, as well as some other handy information that can be gleaned from the ConnectivityManager.

    Posted by William J. Francis | November 27, 2012, 12:47 PM PST

  • 1

    Using Android UI kit for programmatic layouts

    Everything that can be done using an XML layout can also be done programmatically in Android. Follow this Android development tutorial on creating a dynamic user interface.

    Posted by William J. Francis | November 21, 2012, 2:59 PM PST

  • 0

    Selecting an Android tablet for testing your apps

    There are so many Android tablet options that app developers can't possibly purchase them all for testing purposes. Here are tips on making your Android tablet selection.

    Posted by Tim Mackenzie | November 20, 2012, 10:22 AM PST

  • 1

    A developer's guide to copyright and trademark in Google Play

    Android app developer William J. Francis interviews attorney Suzy Fulton, an IP and due diligence specialist, about trademarks, copyrights, and patents. She advises app developers to maintain a...

    Posted by William J. Francis | November 16, 2012, 2:31 PM PST

  • 1

    Generate graphic assets with the Android Asset Studio wizard

    The Asset Studio wizard can help simplify your efforts to manage icon assets for your Android apps. Learn more about Asset Studio, as well as when automatic image generation is not the best option.

    Posted by Tim Mackenzie | November 15, 2012, 1:24 PM PST

  • 0

    Get social: Using Android intents to share a link

    Social media is a great way to promote your Android app. Learn how to implement link sharing via social networking from within your app.

    Posted by William J. Francis | November 8, 2012, 3:01 PM PST

  • 0

    Juggling in-app purchasing from multiple markets

    You have several options to handle in-app billing for multiple app markets: build your own, use a service, or do nothing. See which option might be right for your Android app.

    Posted by Tim Mackenzie | November 7, 2012, 10:11 AM PST

  • 0

    Transforming bitmaps via Android's ImageView widget

    Learn how to apply an alpha transformation, scale a bitmap, and rotate a bitmap, all using Android's ImageView widget.

    Posted by William J. Francis | October 30, 2012, 10:35 AM PDT

  • 2

    Android gives developers direct I/O to the SD card

    Follow this tutorial on how to access the SD card on an Android device, and perform simple read and write operations.

    Posted by William J. Francis | October 24, 2012, 10:08 AM PDT | Latest comment by varghesejac

  • 0

    Understanding Android app permissions

    Android's permission mechanism enforces that each app can only perform actions that it declared it could do. Learn how to add permissions to your app's manifest.

    Posted by Tim Mackenzie | October 23, 2012, 12:49 PM PDT

  • 0

    Be aware of the Android radio group widget's gotchas

    William J. Francis goes back to basics with this tutorial on the radio group widget, which gave him problems when he was first learning Android development.

    Posted by William J. Francis | October 18, 2012, 4:33 PM PDT

  • 0

    Support different Android device configurations with dimension resources

    Dimension resources simplify the task of building and maintaining a flexible Android app that looks good on various devices. Follow these best practices when using dimension resources.

    Posted by Tim Mackenzie | October 17, 2012, 1:08 PM PDT

  • 1

    Bouncing a ball on Android's canvas

    Enterprise app developer William J. Francis has fun with Android's animation classes in his bouncing ball tutorial.

    Posted by William J. Francis | October 11, 2012, 11:17 AM PDT

  • 2

    Protect your Android apps with obfuscation

    The simplest way to protect an app is to enable the obfuscation in ProGuard, which can remove unused code and make it harder to read the decompiled code. Also learn about DexGuard.

    Posted by Tim Mackenzie | October 10, 2012, 11:28 AM PDT | Latest comment by kellyburby1@...

  • 0

    Browse Android's media gallery via intents

    Developer William J. Francis digs a little deeper into the Android intent mechanism and shows how to browse, select, and display an existing image on your SD card.

    Posted by William J. Francis | October 4, 2012, 6:32 PM PDT

  • 0

    Linking directly to apps in Android app stores

    Expand your Android app's reach by linking to app stores beyond Google Play. Tim Mackenzie covers mutually exclusive linking, custom URI schemes, and more.

    Posted by Tim Mackenzie | October 3, 2012, 7:31 PM PDT