Ensure High-Quality Android Code With Static Analysis Tools
tag:code.tutsplus.com,2005:PostPresenter/cms-28787In today's tutorial, we'll learn about how to ensure high-quality Android code in our projects using some static code analysis tools for Java. We'll...
View ArticleGoogle I/O 2017 Aftermath: Building Lifecycle-Aware Components
As usual, this year’s Google I/O saw plenty of Android-related announcements.In this series of quick tips, we’re going to take a closer look at some of the software updates and new releases you can get...
View ArticleGoogle I/O 2017 Aftermath: Building Lifecycle-Aware Components
tag:code.tutsplus.com,2005:PostPresenter/cms-28930As usual, this year’s Google I/O saw plenty of Android-related announcements.In this series of quick tips, we’re going to take a closer look at some of...
View ArticleSecuring iOS Data at Rest: The Keychain
Any app that saves the user's data has to take care of the security and privacy of that data. As we've seen with recent data breaches, there can be very serious consequences for failing to protect your...
View ArticleSecuring iOS Data at Rest: The Keychain
tag:code.tutsplus.com,2005:PostPresenter/cms-28528Any app that saves the user's data has to take care of the security and privacy of that data. As we've seen with recent data breaches, there can be...
View ArticleGoogle I/O 2017 Aftermath: What's New for Android Wear?
In this series of tips, we’ve been taking a closer look at some of the new Android features and tools announced at this year’s Google I/O.In this post, we’re going to be focusing on Android Wear....
View ArticleGoogle I/O 2017 Aftermath: What's New for Android Wear?
tag:code.tutsplus.com,2005:PostPresenter/cms-28931In this series of tips, we’ve been taking a closer look at some of the new Android features and tools announced at this year’s Google I/O.In this post,...
View ArticleGet Started With Ionic Services: Deploy
tag:code.tutsplus.com,2005:PostPresenter/cms-28827One of Ionic's strengths is in the services that it offers on top of the framework. This includes services for authenticating users of your app, push...
View ArticleWWDC 2017 Aftermath: The Most Important Announcements
That was quite the keynote. Don't you think? Nobody knew what to expect, due to the absence of rumors or leaks. But I think I speak for many Apple developers when I say that it was a great keynote.What...
View ArticleWWDC 2017 Aftermath: The Most Important Announcements
tag:code.tutsplus.com,2005:PostPresenter/cms-28995That was quite the keynote, don't you think? Nobody knew what to expect, due to the absence of rumors or leaks. But I think I speak for many Apple...
View ArticleGoogle I/O 2017 Aftermath: What's New in Android Studio 3?
In this series of tips, we’ve been taking a closer look at some of the new Android features and tools announced at this year’s Google I/O, that you can get your hands on today.In this post, we’re going...
View ArticleGoogle I/O 2017 Aftermath: What's New in Android Studio 3?
tag:code.tutsplus.com,2005:PostPresenter/cms-28937In this series of tips, we’ve been taking a closer look at some of the new Android features and tools announced at this year’s Google I/O, that you can...
View ArticleMobile Development Platforms
When you're first getting started with mobile development, it can be hard to choose a platform. Even worse, each platform has its own set of languages and tools to choose from. So how can you...
View ArticleMobile Development Platforms
tag:code.tutsplus.com,2005:PostPresenter/cms-28944When you're first getting started with mobile development, it can be hard to choose a platform. Even worse, each platform has its own set of languages...
View ArticleSpriteKit: Actions and Physics
In this series, we're learning how to use SpriteKit to build 2D games for iOS. In this post, we'll learn about two important features of SpriteKit: actions and physics.To follow along with this...
View ArticleSpriteKit: Actions and Physics
tag:code.tutsplus.com,2005:PostPresenter/cms-28961In this series, we're learning how to use SpriteKit to build 2D games for iOS. In this post, we'll learn about two important features of SpriteKit:...
View ArticleRealm Mobile Database for iOS
What You'll Be CreatingIntroductionIn this tutorial, I'll show you how to use a powerful yet elegant on-device database solution for your iOS apps: Realm Mobile Database. An alternative to Apple Core...
View ArticleRealm Mobile Database for iOS
tag:code.tutsplus.com,2005:PostPresenter/cms-29018What You'll Be CreatingIntroductionIn this tutorial, I'll show you how to use a powerful yet elegant on-device database solution for your iOS apps:...
View ArticleWhat's New in Swift 4
Swift 4 has been in the works for the last few months. If you're like me, you might follow Swift Evolution to stay up to date with all the proposals and changes. Even if you do, now is a good time to...
View ArticleWhat's New in Swift 4
tag:code.tutsplus.com,2005:PostPresenter/cms-28939Swift 4 has been in the works for the last few months. If you're like me, you might follow Swift Evolution to stay up to date with all the proposals...
View Article