15 Best Swift App Templates
IntroductionMobile users have come to expect the UI consistency and performance that can only come from native apps. Building a feature-rich iOS app with an elegant user interface can be challenging,...
View Article15 Best Swift App Templates
tag:code.tutsplus.com,2005:PostPresenter/cms-28462IntroductionMobile users have come to expect the UI consistency and performance that can only come from native apps. Building a feature-rich iOS app...
View ArticleSwift From Scratch: Delegation and Properties
In the previous lesson, you created a simple Swift project in Xcode, a basic to-do application. In this installment of Swift From Scratch, we're going to add the ability to create to-do items. Along...
View ArticleSwift From Scratch: Delegation and Properties
tag:code.tutsplus.com,2005:PostPresenter/cms-23445In the previous lesson, you created a simple Swift project in Xcode, a basic to-do application. In this installment of Swift From Scratch, we're going...
View ArticleHow to Use Google Cloud Machine Learning Services for Android
tag:code.tutsplus.com,2005:PostPresenter/cms-28630News these days is full of buzzwords such as automation, artificial intelligence, and machine learning. That's probably why more and more smartphone...
View ArticleHow to Create iMessage Stickers in Adobe Illustrator and Make Extra Cash!
What You'll Be CreatingYou may have noticed that there is a craze for iMessage stickers since they were introduced with iOS 10. Today, you can now create and sell your very own digital stickers,...
View ArticleHow to Create iMessage Stickers in Adobe Illustrator and Make Extra Cash!
tag:code.tutsplus.com,2005:PostPresenter/cms-28307What You'll Be CreatingYou may have noticed that there is a craze for iMessage stickers since they were introduced with iOS 10. Today, you can now...
View ArticleIntroducing SpriteKit
SpriteKit is Apple's 2D game engine—a rendering engine built on top of OpenGL. It was introduced with iOS 7, and each subsequent release has brought great additions to the framework. With the use of...
View ArticleQuick Tip: Working With Custom Fonts in Android O
tag:code.tutsplus.com,2005:PostPresenter/cms-28625The first developer preview of Android O is here!In this series, we’re looking at some of the up-and-coming UI features that you can start...
View ArticleIntroducing SpriteKit
tag:code.tutsplus.com,2005:PostPresenter/cms-28648SpriteKit is Apple's 2D game engine—a rendering engine built on top of OpenGL. It was introduced with iOS 7, and each subsequent release has brought...
View ArticleSwift From Scratch: Access Control and Property Observers
tag:code.tutsplus.com,2005:PostPresenter/cms-23487In the previous lesson, we added the ability to create to-do items. While this addition has made the application a bit more useful, it would also be...
View ArticleAndroid O: How to Use Notification Channels
What You'll Be CreatingGoogle has launched the first developer preview of the next Android version, currently code-named Android O (Oreo maybe?). Some exciting features were released, and one of them...
View ArticleAndroid O: How to Use Notification Channels
tag:code.tutsplus.com,2005:PostPresenter/cms-28616What You'll Be CreatingGoogle has launched the first developer preview of the next Android version, currently code-named Android O (Oreo maybe?). Some...
View ArticleLearn the Steps to Creating an Android App in Our New Course
Ready to create an Android app? Not so fast. Before you even start building your app, there are a lot of questions to answer. Who is it for? What will the revenue model be? Do other apps exist that...
View ArticleLearn the Steps to Creating an Android App in Our New Course
tag:code.tutsplus.com,2005:PostPresenter/cms-28780Ready to create an Android app? Not so fast. Before you even start building your app, there are a lot of questions to answer. Who is it for? What will...
View ArticleSwift From Scratch: Initialization and Initializer Delegation
In the previous lesson of Swift From Scratch, we created a functional to-do application. The data model could use some love, though. In this final lesson, 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 lesson of Swift From Scratch, we created a functional to-do application. The data model could use some love, though. In this final...
View ArticleHow to Solve Android’s 13 Most Common Error Messages
Testing is a crucial part of Android development, allowing you to iron out all the bugs, errors and performance problems that may be lurking in your app, before you unleash it on the general...
View ArticleHow to Solve Android’s 13 Most Common Error Messages
tag:code.tutsplus.com,2005:PostPresenter/cms-28706Testing is a crucial part of Android development, allowing you to iron out all the bugs, errors and performance problems that may be lurking in your...
View ArticleIntroducing Vue and Weex for Native Mobile Apps
Vue is a popular JavaScript framework for web apps with easy binding between data in memory and the user interface. Now Weex allows us to code native mobile apps using the Vue framework!Why do we use...
View Article