How to Use the Google Cloud Vision API in Android Apps
Computer vision is considered an AI-complete problem. In other words, solving it would be equivalent to creating a program that's as smart as humans. Needless to say, such a program is yet to be...
View ArticleHow to Use the Google Cloud Vision API in Android Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-29009Computer vision is considered an AI-complete problem. In other words, solving it would be equivalent to creating a program that's as smart as humans....
View ArticleAndroid Design Patterns: The Observer Pattern
What Is the Observer Pattern?The Observer Pattern is a software design patternĀ that establishes a one-to-many dependency between objects. Anytime the state of one of the objects (the "subject" or...
View ArticleAndroid Design Patterns: The Observer Pattern
tag:code.tutsplus.com,2005:PostPresenter/cms-28963What Is the Observer Pattern?The Observer Pattern is a software design patternĀ that establishes a one-to-many dependency between objects. Anytime the...
View ArticleSecuring iOS Data at Rest: Encryption
In this post, we'll look at advanced uses of encryption for user data in iOS apps. We'll start with a high-level look at AES encryption, and then go on to look at some examples of how to implement AES...
View ArticleSecuring iOS Data at Rest: Encryption
tag:code.tutsplus.com,2005:PostPresenter/cms-28786In this post, we'll look at advanced uses of encryption for user data in iOS apps. We'll start with a high-level look at AES encryption, and then go on...
View ArticleCreate a Mobile Application for Displaying Your Website RSS Content With Ionic
What You'll Be CreatingIn this tutorial we will take a look at creating a mobile application which displays the RSS content of a website. We will configure the RSS URL and the application will download...
View ArticleCreate a Mobile Application for Displaying Your Website RSS Content With Ionic
tag:code.tutsplus.com,2005:PostPresenter/cms-28838What You'll Be CreatingIn this tutorial we will take a look at creating a mobile application which displays the RSS content of a website. We will...
View ArticleCode a Real-Time NativeScript App: Geolocation and Google Maps
NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we'll try out some of the cool things you can do with a NativeScript app:...
View ArticleCode a Real-Time NativeScript App: Geolocation and Google Maps
tag:code.tutsplus.com,2005:PostPresenter/cms-29001NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we'll try out some of the...
View ArticleAdding Physics-Based Animations to Android Apps
Animations that feel fluid and realistic tend to make user interfaces more attractive. No wonder Material Design places so much emphasis on them!Ā If you've ever tried creating such animations, however,...
View ArticleAdding Physics-Based Animations to Android Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-29053Animations that feel fluid and realistic tend to make user interfaces more attractive. No wonder Material Design places so much emphasis on them!Ā If...
View ArticleFaster Logins With Password AutoFill in iOSĀ 11
What You'll Be CreatingPassword AutoFill in iOS 11Logging in is the first step that a user has to take when they start with anĀ app that requires an account. This usually takes several seconds if the...
View ArticleFaster Logins With Password AutoFill in iOSĀ 11
tag:code.tutsplus.com,2005:PostPresenter/cms-29096What You'll Be CreatingPassword AutoFill in iOS 11Logging in is the first step that a user has to take when they start with anĀ app that requires an...
View ArticleCode a Real-Time NativeScript App: SQLite
NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the cool things you can do with a NativeScript app:...
View ArticleCode a Real-Time NativeScript App: SQLite
tag:code.tutsplus.com,2005:PostPresenter/cms-29057NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the...
View ArticleAndroid Things: Creating a Cloud-Connected Doorman
Android Things allows you to make amazing IoT devices with simple code. In this post, I'll show you how to put the pieces together to build a more complex project!This won't be a complete top-to-bottom...
View ArticleAndroid Things: Creating a Cloud-Connected Doorman
tag:code.tutsplus.com,2005:PostPresenter/cms-28268Android Things allows you to make amazing IoT devices with simple code. In this post, I'll show you how to put the pieces together to build a more...
View ArticleNew Course: Easy Mobile Apps With Ionic Creator
What You'll Be CreatingHow would you like to build mobile apps with an easy drag-and-drop interface? In our new short course, Easy Mobile Apps With Ionic Creator, you'll learn exactly how to do...
View ArticleNew Course: Easy Mobile Apps With Ionic Creator
tag:code.tutsplus.com,2005:PostPresenter/cms-29129What You'll Be CreatingHow would you like to build mobile apps with an easy drag-and-drop interface? In our new short course, Easy Mobile Apps With...
View Article