Home > Articles > Mobile Application Development & Programming

Mobile Application Development & Programming

250 Items

Sort by Date | Title

Init to Winit: Building Success with Swift Class Initializers
Sep 9, 2014
Work carefully with Swift class initializers. If Objective-C is a big, warm, fuzzy teddy bear when it comes to initializers, Swift is a bespectacled, whip-carrying, leather-clad librarian with an attitude. Learn how to use convenience methods from subclasses without enraging the Swift tiger.
iOS Developer's Cookbook: Painting Sprite Kit
Aug 11, 2014
Don't waste time wallpapering your Sprite Kit scenes. Focus your time on actual game design and debugging. Simple class extensions enable you to apply UIKit pattern colors and images to your Sprite Kit nodes.
Fluent Windows 8.1 App Development: Jumping into the Deep End
Aug 7, 2014
In this chapter from Fluent Windows 8.1 App Development, you'll jump in at the deep end and build a complete Win8 app so that when we do start working on the details, you’ll know where and how they fit.
Xcode File Tricks
Aug 4, 2014
Take charge of Xcode by learning essential file management tricks. You can discover ways to unbreak your heart and fix some red in your Xcode projects.
iOS Developer's Cookbook: Sprite Kit Label Shadows
Jul 28, 2014
Let your Sprite Kit labels pop by automatically adding shadows. Shadow node children add contrast and visibility.
Strategies for App Development Success: What Could Possibly Go Wrong?
Jul 23, 2014
Carl Brown details the numerous steps within the app development process when things can go horribly wrong -- and provides some tips about what can be done about them.
iOS Developer's Cookbook: Visualizing Sprite Kit
Jul 21, 2014
When working with Sprite Kit, determining exactly where items will appear and what size they'll occupy can be a tricky proposition. Here are a few tips to help you visualize the way your iOS Sprite Kit scenes are put together.
Building a Bag Class in Swift: Explorations into Generics and the Swift Generator Underbelly
Jul 14, 2014
Of Swift's many high-octane features, generics are among the most powerful. With generics and a bit of know-how, this article will help you learn to create collections that leverage custom storage and enumeration for nearly any kind of class or structure.
Enough About Swift Closures to Choke a Horse
Jul 8, 2014
Explore the expressive flexibility of the Swift language. These variations transform a simple comparison into a wealth of Swift syntax examples for you to explore.
Add Implicit Animations to Your iOS Views, Part 1
Jul 1, 2014
Implicit animations automatically apply themselves as view properties change from one value to another. Learn how to create custom layer properties that implement implicit animations in this handy write-up.
Add Implicit Animations to Your iOS Views, Part 2
Jul 1, 2014
In the first of this two-part series, you discovered the ways you add and control implicit animations with built-in properties. In this second part, you'll read about creating custom animatable properties.
Interface Lessons from "A Dark Room"
Jun 18, 2014
"A Dark Room" is an enormous mess, visually. And yet, despite this it works with perhaps more appeal than if it had presented a gorgeous UI. There are lessons to be learned from this.
Blocks to Basics in Objective-C
Jun 4, 2014
Blocks are one of the most fundamentally useful iOS technologies. If you're not pushing beyond system-supplied APIs and incorporating them into your day-to-day development, you're missing out on one of the most powerful Objective-C features. Discover some basic block how-tos and pick up a few tricks for your projects.
Adding Bounce to Your UIViews: The Joy of Damped Harmonics in iOS 7 Development
May 28, 2014
iOS 7 introduced built-in damped harmonic oscillations through its spring-based animator. Learn about this new API and how it adds timing curves that emulate the motion of a physical spring.
Training Users for Cheap: Offering Simple Guided Tours in Your Mobile Interfaces
May 21, 2014
Avoid training and support overhead by adding simple tours to your apps. This write-up explores a simple boilerplate solution that’s easy to implement.
Preface to Essential Mobile Interaction Design: Perfecting Interface Design in Mobile Apps
May 12, 2014
Cameron Banga and Josh Weinhold introduce their book, Essential Mobile Interaction Design: Perfecting Interface Design in Mobile Apps, which aims to help put you in a place to succeed as a designer in today’s app market by teaching proven principles and techniques that you can use in your next app, no matter what mobile platform, targeted device, form factor, or user base you’re targeting.
The Art of Deliberate Touches: Building a Triggered Tap Gesture Recognizer
May 7, 2014
How do you prevent your user interfaces from recognizing stray taps? Craft a deliberate gesture recognizer using a secondary touch requirement. In this write-up, Erica Sadun shows you how.
XPages Mobile Application Development
Apr 30, 2014
This chapter focuses on best practices and design patterns for XPages Mobile Application Development. So even if you are familiar with building mobile applications with XPages, this chapter contains some discussion that you will find interesting.
Implementing Gestures and Touches in iOS 7
Apr 28, 2014
This chapter introduces direct manipulation interfaces that go far beyond prebuilt controls. By the time you finish reading this chapter, you’ll have read about many different ways you can implement gesture control in your own applications.
Five Interaction Design Tips for Your Mobile App
Apr 24, 2014
Apps for mobile platforms might seem simple, but they're far from it. Programs that run on smartphones and tablets have their own style and rules, which are far different from the protocols and techniques established on their desktop computer ancestors. Cameron Banga and Josh Weinhold share five tips for perfecting your app designs in ways that will help you meet or exceed your users' expectations.

<< < Prev Page 1 2 3 4 5 Next >