Secure Coding With Concurrency in Swift 4
In my previous article about secure coding in Swift, I discussed basic security vulnerabilities in Swift such as injection attacks. While injection attacks are common, there are other ways your app can...
View ArticleSecure Coding With Concurrency in Swift 4
tag:code.tutsplus.com,2005:PostPresenter/cms-29917In my previous article about secure coding in Swift, I discussed basic security vulnerabilities in Swift such as injection attacks. While injection...
View ArticleBeginner's Guide to Android Layout
While Activity handles user interaction with your app, Layout determines how the app should look. In this post, you'll learn how a layout defines the visual structure for a user interface, such as the...
View ArticleBeginner's Guide to Android Layout
tag:code.tutsplus.com,2005:PostPresenter/cms-29984While Activity handles user interaction with your app, Layout determines how the app should look. In this post, you'll learn how a layout defines the...
View ArticleBuild a Music App With an Android App Template
What You'll Be CreatingDeveloping a beautiful user interface for Android apps can be a time-consuming endeavour. Here are some of the steps we typically go through to design an app:We begin to...
View ArticleBuild a Music App With an Android App Template
tag:code.tutsplus.com,2005:PostPresenter/cms-29966What You'll Be CreatingDeveloping a beautiful user interface for Android apps can be a time-consuming endeavour. Here are some of the steps we...
View ArticleAccessibility for iOS Apps: Accessibility Inspector
Developers are constantly striving to make their apps more advanced, but are they actually usable by everybody? For most apps, the answer is no. In order to reach the largest audience, let's learn...
View ArticleAccessibility for iOS Apps: Accessibility Inspector
tag:code.tutsplus.com,2005:PostPresenter/cms-30073Developers are constantly striving to make their apps more advanced, but are they actually usable by everybody? For most apps, the answer is no. In...
View ArticleCreating Accessible Android Apps: Assistive Technologies
Whenever you design an Android app, you want as many people as possible to download and use that app, but this can only happen if your app is accessible to everyone—including people who access their...
View ArticleCreating Accessible Android Apps: Assistive Technologies
tag:code.tutsplus.com,2005:PostPresenter/cms-30090Whenever you design an Android app, you want as many people as possible to download and use that app, but this can only happen if your app is...
View Article10 Best Android App Templates for Business
Business apps for Android are a constantly growing market thanks to a community of avid developers and the increasing popularity of mobile devices. It is no surprise, therefore, that business app...
View Article10 Best Android App Templates for Business
tag:code.tutsplus.com,2005:PostPresenter/cms-30044Business apps for Android are a constantly growing market thanks to a community of avid developers and the increasing popularity of mobile devices. It...
View ArticleShowing Material Design Dialogs in an Android App
The material design team at Google defines the functionality of dialogs in Android as follows:Dialogs inform users about a specific task and may contain critical information, require decisions, or...
View ArticleShowing Material Design Dialogs in an Android App
tag:code.tutsplus.com,2005:PostPresenter/cms-30013The material design team at Google defines the functionality of dialogs in Android as follows:Dialogs inform users about a specific task and may...
View ArticleNew Course: Image Recognition on iOS With Core ML
With machine learning, the possibilities for developers are multiplying fast! Get up to speed with Apple's new machine learning library in our new course, Image Recognition on iOS With Core ML.What...
View ArticleNew Course: Image Recognition on iOS With Core ML
tag:code.tutsplus.com,2005:PostPresenter/cms-30193With machine learning, the possibilities for developers are multiplying fast! Get up to speed with Apple's new machine learning library in our new...
View ArticleIonic From Scratch: Editing Your Ionic Project
In this post we'll take a look at Ionic pages. I'll show you how to edit content inside your app as well as how to create additional app pages and set up navigation.Editing Page ContentIn Getting...
View ArticleIonic From Scratch: Editing Your Ionic Project
tag:code.tutsplus.com,2005:PostPresenter/cms-30052In this post we'll take a look at Ionic pages. I'll show you how to edit content inside your app as well as how to create additional app pages and set...
View ArticleGet Started With Natural Language Processing in iOS 11
Machine learning has undoubtedly been one of the hottest topics over the past year, with companies of all kinds trying to make their products more intelligent to improve user experiences and...
View ArticleGet Started With Natural Language Processing in iOS 11
tag:code.tutsplus.com,2005:PostPresenter/cms-30091Machine learning has undoubtedly been one of the hottest topics over the past year, with companies of all kinds trying to make their products more...
View Article