How to Use Generics in Swift
tag:code.tutsplus.com,2005:PostPresenter/cms-24919Generics allow you to declare a variable which, on execution, may be assigned to a set of types defined by us.In Swift, an array can hold data of any...
View ArticleAn Introduction to Cordova: Example
In the first tutorial of this introduction to Cordova, you learned about what Cordova is, how it works under the hood, and what type of apps you can build with it. In this tutorial, you’ll move on to...
View ArticleAn Introduction to Cordova: Example
tag:code.tutsplus.com,2005:PostPresenter/cms-25328In the first tutorial of this introduction to Cordova, you learned about what Cordova is, how it works under the hood, and what type of apps you can...
View ArticleGoogle Fit for Android: An Overview
What Is Google Fit?Google Fit is included in Google Play Services and allows developers to store fitness data for users in order to help users keep track of their exercise habits. All data stored...
View ArticleGoogle Fit for Android: An Overview
tag:code.tutsplus.com,2005:PostPresenter/cms-25466What Is Google Fit?Google Fit is included in Google Play Services and allows developers to store fitness data for users in order to help users keep...
View ArticleiOS 9: An Introduction to ReplayKit
IntroductionReplayKit is a new framework that was introduced alongside iOS 9. It allows game developers to give players the ability to easily record and share gameplay. In addition to recording and...
View ArticleiOS 9: An Introduction to ReplayKit
tag:code.tutsplus.com,2005:PostPresenter/cms-25458IntroductionReplayKit is a new framework that was introduced alongside iOS 9. It allows game developers to give players the ability to easily record...
View ArticleGetting Started With Telerik AppBuilder
IntroductionMany web developers shy away from developing mobile apps thinking it would take too long for them to learn the ropes of mobile application development. Well, they are not completely wrong,...
View ArticleGetting Started With Telerik AppBuilder
tag:code.tutsplus.com,2005:PostPresenter/cms-25537IntroductionMany web developers shy away from developing mobile apps thinking it would take too long for them to learn the ropes of mobile application...
View ArticleHow to Create a To-Do List App With Polymer and Cordova
What You'll Be CreatingIntroductionBack in the early days of Android, when good user interface frameworks were non-existent and most Android devices were underpowered, creating hybrid apps—apps...
View ArticleHow to Create a To-Do List App With Polymer and Cordova
tag:code.tutsplus.com,2005:PostPresenter/cms-25434What You'll Be CreatingIntroductionBack in the early days of Android, when good user interface frameworks were non-existent and most Android devices...
View ArticleQuiz: Are You Ready for watchOS 2?
Are you ready for watchOS 2? Take this quiz and see how well you know the new watchOS 2 platform.watchOS 2 From ScratchBuilding watch support into your app is a great way to stand out in the crowded...
View ArticleQuiz: Are You Ready for watchOS 2?
tag:code.tutsplus.com,2005:PostPresenter/cms-25691Are you ready for watchOS 2? Take this quiz and see how well you know the new watchOS 2 platform.watchOS 2 From ScratchBuilding watch support into your...
View ArticleHow To Add Azure Mobile Services to a Windows Phone App
Windows Phone apps that use live tiles, authenticate users with single-sign on, and share data between devices and users generally employ cloud services. Most cloud platforms offer general purpose...
View ArticleHow To Add Azure Mobile Services to a Windows Phone App
tag:code.tutsplus.com,2005:PostPresenter/cms-24178Windows Phone apps that use live tiles, authenticate users with single-sign on, and share data between devices and users generally employ cloud...
View ArticleHow To Create Vector Graphics on iOS
IntroductionGraphical resources in the digital world are of two basic types, raster and vector. Raster images are essentially a rectangular array of pixel intensities. Vector graphics, on the other...
View ArticleHow To Create Vector Graphics on iOS
tag:code.tutsplus.com,2005:PostPresenter/cms-25367IntroductionGraphical resources in the digital world are of two basic types, raster and vector. Raster images are essentially a rectangular array of...
View ArticleHow to Create an App
There are several ways to create a mobile application. You want to know what the best way is? It depends. What technologies do you have experience with? What platforms are you targeting? How much time...
View ArticleHow to Create an App
tag:code.tutsplus.com,2005:PostPresenter/cms-25757There are several ways to create a mobile application. You want to know what the best way is? It depends. What technologies do you have experience...
View ArticleHow to Build Highway Dodge With the Corona SDK
What You'll Be CreatingIntroductionIn this tutorial, you learn how to create, Highway Dodge, a simple, yet addictive, game. Highway Dodge is easy to pick up and play, but it provides the addictive...
View Article