New Course: iPhone App Development With Swift
Whether you are a seasoned iOS developer or just getting started, it pays to learn how to use the Swift programming language for your next app. Swift is the future of application development for Apple...
View ArticleNew Course: iPhone App Development With Swift
tag:code.tutsplus.com,2005:PostPresenter/cms-23570Whether you are a seasoned iOS developer or just getting started, it pays to learn how to use the Swift programming language for your next app. Swift...
View ArticleDependency Injection With Dagger 2 on Android
Dependency injection is a software design pattern focused on making our applications loosely coupled, extensible, and maintainable. In this tutorial, you will learn how to handle dependency injection...
View ArticleDependency Injection With Dagger 2 on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-23345Dependency injection is a software design pattern focused on making our applications loosely coupled, extensible, and maintainable. In this tutorial,...
View ArticleWindows Phone 8 Succinctly: Data Access—Storage
Local StorageThe Internet plays an important role in mobile applications. Most Windows Phone applications available in the Store make use of the network connection offered by every device. However,...
View ArticleWindows Phone 8 Succinctly: Data Access—Storage
tag:code.tutsplus.com,2005:PostPresenter/cms-23267Local StorageThe Internet plays an important role in mobile applications. Most Windows Phone applications available in the Store make use of the...
View ArticleSwift from Scratch: Initialization and Initializer Delegation
In the previous installments of Swift from Scratch, we created a functional to-do application. The data model could use some love though. In this tutorial, we're going to refactor the data model by...
View ArticleSwift from Scratch: Initialization and Initializer Delegation
tag:code.tutsplus.com,2005:PostPresenter/cms-23538In the previous installments of Swift from Scratch, we created a functional to-do application. The data model could use some love though. In this...
View ArticleAdd Charts to Your Android App Using MPAndroidChart
If your app deals with a lot of data, using charts instead of tables to display that data could lead to a vastly better user experience. In this tutorial, you are going to learn about a popular open...
View ArticleAdd Charts to Your Android App Using MPAndroidChart
tag:code.tutsplus.com,2005:PostPresenter/cms-23335If your app deals with a lot of data, using charts instead of tables to display that data could lead to a vastly better user experience. In this...
View ArticleLocalizing an iOS Application in Xcode 6
tag:code.tutsplus.com,2005:PostPresenter/cms-23502What You'll Be CreatingTranslating an iOS application into different languages is a two-step processes. First, you need to prepare your app by...
View ArticleWindows Phone 8 Succinctly: Data Access—Network
Checking the Internet ConnectionAll Windows Phone devices have a built-in network connection but, for the same reason we learned how to locally store data, we need to be ready to manage how users are...
View ArticleWindows Phone 8 Succinctly: Data Access—Network
tag:code.tutsplus.com,2005:PostPresenter/cms-23278Checking the Internet ConnectionAll Windows Phone devices have a built-in network connection but, for the same reason we learned how to locally store...
View ArticleYour First WatchKit Application: User Interface
Last week, Apple announced the release date for Apple Watch. The company also released Xcode 6.2, which includes support for Apple Watch. With Xcode 6.2, you have everything you need to create your...
View ArticleYour First WatchKit Application: User Interface
tag:code.tutsplus.com,2005:PostPresenter/cms-23612Last week, Apple announced the release date for Apple Watch. The company also released Xcode 6.2, which includes support for Apple Watch. With Xcode...
View ArticleGetting Started With RecyclerView and CardView on Android
If you are interested in building an Android app that makes use of lists to display data, Android Lollipop features two new widgets to make your life easier, RecyclerView and CardView. Using these...
View ArticleGetting Started With RecyclerView and CardView on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-23465If you are interested in building an Android app that makes use of lists to display data, Android Lollipop features two new widgets to make your life...
View ArticleCreate Space Invaders with Swift and Sprite Kit: Introducing Sprite Kit
tag:code.tutsplus.com,2005:PostPresenter/cms-23341What You'll Be CreatingIn this series, I will be teaching you how to create a Space Invaders inspired game using Sprite Kit and the Swift programming...
View ArticleWindows Phone 8 Succinctly: Integrating With the Hardware
In this article, we're going to explore how you can make use of the hardware capabilities of a Windows Phone device, such as geolocation, device sensors, Bluetooth, and NFC.GeolocationAll Windows Phone...
View ArticleWindows Phone 8 Succinctly: Integrating With the Hardware
tag:code.tutsplus.com,2005:PostPresenter/cms-23294In this article, we're going to explore how you can make use of the hardware capabilities of a Windows Phone device, such as geolocation, device...
View Article