Windows Phone 8 Succinctly: Tiles, Notifications, and Multitasking
tag:code.tutsplus.com,2005:PostPresenter/cms-23319In this tutorial, we're going to focus on live apps. Live apps are one of the core concepts in Windows Phone development, and to properly create a...
View ArticleAn Introduction to Android's Spelling Checker Framework
IntroductionIf you are creating a custom IME (Input Method Editor) or a language processing app, you can use Android's spelling checker framework to quickly add spell check functionality to your app...
View ArticleAn Introduction to Android's Spelling Checker Framework
tag:code.tutsplus.com,2005:PostPresenter/cms-23754IntroductionIf you are creating a custom IME (Input Method Editor) or a language processing app, you can use Android's spelling checker framework to...
View ArticleCreating an Android Wear Watch Face
One of the features that makes Android so special is the ability to customize every aspect of the user experience. When Android Wear first launched at Google I/O 2014, many developers and users found...
View ArticleCreating an Android Wear Watch Face
tag:code.tutsplus.com,2005:PostPresenter/cms-23718One of the features that makes Android so special is the ability to customize every aspect of the user experience. When Android Wear first launched at...
View ArticleDesign Patterns: Dependency Injection
tag:code.tutsplus.com,2005:PostPresenter/cms-23809Even though dependency injection is a topic that is rarely taught to beginners, it is a design pattern that deserves more attention. Many developers...
View ArticleWindows Phone 8 Succinctly: Localization, Windows Phone Store & In-App...
When we talk about mobile applications, development isn't the only aspect we need to consider. If we want to be successful, we also have to distribute and promote our application. In this tutorial,...
View ArticleWindows Phone 8 Succinctly: Localization, Windows Phone Store & In-App...
tag:code.tutsplus.com,2005:PostPresenter/cms-23333When we talk about mobile applications, development isn't the only aspect we need to consider. If we want to be successful, we also have to distribute...
View ArticleDesign Patterns: Singletons
tag:code.tutsplus.com,2005:PostPresenter/cms-23886Design patterns are often considered a more advanced topic and therefore ignored or overlooked by people new to iOS or OS X development. However, there...
View ArticleAn Introduction to CloudKit
IntroductionCloudKit is an Apple framework that was introduced alongside iOS 8 in 2014. It's purpose is to provide a simple solution for storing your application's data in the cloud using iCloud,...
View ArticleAn Introduction to CloudKit
tag:code.tutsplus.com,2005:PostPresenter/cms-23775IntroductionCloudKit is an Apple framework that was introduced alongside iOS 8 in 2014. It's purpose is to provide a simple solution for storing your...
View ArticleCreating a Dating Application with Sinch: Integrating Sinch
Dating apps have become one of the more popular genres in the App Store recently. Due to their nature, however, developing a fully featured dating app can be challenging. In the second part of this...
View ArticleCreating a Dating Application with Sinch: Integrating Sinch
tag:code.tutsplus.com,2005:PostPresenter/cms-22485Dating apps have become one of the more popular genres in the App Store recently. Due to their nature, however, developing a fully featured dating app...
View ArticleQuick Tip: Authentication with Twitter and Fabric
Users who have just downloaded your Android app are going to be a lot happier if you allow them to log in using a popular social networking service instead of asking them to fill out a registration...
View ArticleQuick Tip: Authentication with Twitter and Fabric
tag:code.tutsplus.com,2005:PostPresenter/cms-23801Users who have just downloaded your Android app are going to be a lot happier if you allow them to log in using a popular social networking service...
View ArticleAdding Authentication Using Azure Mobile Services
Azure Mobile Services let you authenticate users from your universal Windows apps. In this tutorial, you will learn how to:add authentication to a Windows Phone 8.1 WinRT app using different identity...
View ArticleAdding Authentication Using Azure Mobile Services
tag:code.tutsplus.com,2005:PostPresenter/cms-23552Azure Mobile Services let you authenticate users from your universal Windows apps. In this tutorial, you will learn how to:add authentication to a...
View ArticleAn Introduction to SceneKit: Fundamentals
tag:code.tutsplus.com,2005:PostPresenter/cms-23847What You'll Be CreatingIn this tutorial, you will learn how to create a basic 3D scene in SceneKit without the complexities of OpenGL. This includes...
View ArticleGoogle Play Services: Using the Places API
tag:code.tutsplus.com,2005:PostPresenter/cms-23715In March of 2015, Google released the Places API for Android as a part of Google's Play Services. This API allows developers to access a wealth of...
View ArticleAn Introduction to Volley
Volley is a networking library developed by Google and introduced during Google I/O 2013. It was developed because of the absence, in the Android SDK, of a networking class capable of working without...
View Article