Distributing iOS Apps With iTunes Connect
Once you've developed your iOS or OS X app, it's time to submit it to Apple for release in the App Store. This process is done through iTunes Connect, which is the portal connecting developers to the...
View ArticleDistributing iOS Apps With iTunes Connect
tag:code.tutsplus.com,2005:PostPresenter/cms-21672Once you've developed your iOS or OS X app, it's time to submit it to Apple for release in the App Store. This process is done through iTunes Connect,...
View ArticleCreate a Fruit Ninja Inspired Game with Unity
What You'll Be CreatingIntroductionIn this tutorial, you'll learn how to create a mobile 3D game using C# and Unity. The objective of the game is to cut the fruit that appears on the stage using the...
View ArticleCreate a Fruit Ninja Inspired Game with Unity
tag:code.tutsplus.com,2005:PostPresenter/cms-22145What You'll Be CreatingIntroductionIn this tutorial, you'll learn how to create a mobile 3D game using C# and Unity. The objective of the game is to...
View ArticleAndroid SDK: Working with Picasso
In this quick tip, we take a brief look at the popular Android image library, Picasso. It's a simple and practical library created and maintained by Square. It is great for working with images in your...
View ArticleAndroid SDK: Working with Picasso
tag:code.tutsplus.com,2005:PostPresenter/cms-22149In this quick tip, we take a brief look at the popular Android image library, Picasso. It's a simple and practical library created and maintained by...
View ArticleCreate a Facebook Style Sliding Menu in Sencha Touch
The Facebook style sliding menu has become a widely used design pattern in mobile applications. In this tutorial, you'll learn how to use the power of HTML5 and Sencha Touch's Menu class to create your...
View ArticleCreate a Facebook Style Sliding Menu in Sencha Touch
tag:code.tutsplus.com,2005:PostPresenter/cms-22253The Facebook style sliding menu has become a widely used design pattern in mobile applications. In this tutorial, you'll learn how to use the power of...
View ArticleNew Course: Windows Phone 8 Development
In the landscape of mobile applications these days there are three main players: iOS, Android, and Windows Phone. While Windows Phone may be in a distant third place at the moment, it is definitely...
View ArticleNew Course: Windows Phone 8 Development
tag:code.tutsplus.com,2005:PostPresenter/cms-22608In the landscape of mobile applications these days there are three main players: iOS, Android, and Windows Phone. While Windows Phone may be in a...
View ArticleCreate a Text to Speech App With Swift
With the release of iOS 7, Apple introduced a text to speech API that allows developers to add text to speech functionality to an application in a quick and easy way. This can be useful when adding an...
View ArticleCreate a Text to Speech App With Swift
tag:code.tutsplus.com,2005:PostPresenter/cms-22229With the release of iOS 7, Apple introduced a text to speech API that allows developers to add text to speech functionality to an application in a...
View ArticleUse Text-to-Speech on Android to Read Out Incoming Messages
Apps with interfaces that make use of voice have a unique appeal. They tend to make their users feel that they are using something futuristic. Since its early days, Android has had very robust...
View ArticleUse Text-to-Speech on Android to Read Out Incoming Messages
tag:code.tutsplus.com,2005:PostPresenter/cms-22524Apps with interfaces that make use of voice have a unique appeal. They tend to make their users feel that they are using something futuristic. Since...
View ArticleGetting Started with Intel XDK
Mobile development with web technologies is nothing new. Thanks to tools like PhoneGap and Appcelerator Titanium, web developers can create hybrid apps that have access to the device's hardware. A new...
View ArticleGetting Started with Intel XDK
tag:code.tutsplus.com,2005:PostPresenter/cms-22205Mobile development with web technologies is nothing new. Thanks to tools like PhoneGap and Appcelerator Titanium, web developers can create hybrid apps...
View ArticleView Debugging in Xcode 6
Xcode 6 brings a number of significant improvements. One of the more notable advances is view debugging. Often times, an app's user interface will not behave the way it's expected to. Views may not be...
View ArticleView Debugging in Xcode 6
tag:code.tutsplus.com,2005:PostPresenter/cms-22530Xcode 6 brings a number of significant improvements. One of the more notable advances is view debugging. Often times, an app's user interface will not...
View ArticleImplementing In-App Purchase on Windows Phone 8
In-app purchases are an excellent way to increase revenue for your Windows Phone app. In this tutorial, I'll be showing you how to implement in-app purchases in a Windows Phone 8 Silverlight...
View ArticleImplementing In-App Purchase on Windows Phone 8
tag:code.tutsplus.com,2005:PostPresenter/cms-22593In-app purchases are an excellent way to increase revenue for your Windows Phone app. In this tutorial, I'll be showing you how to implement in-app...
View Article