'20:37:24' tutorials

All '20:37:24' tutorials:

  1. Introduction to Vuforia on Unity for Creating Augmented Reality Applications

    Introduction to Vuforia on Unity for Creating Augmented Reality Applications

    Tutorial Beginner

    This tutorial is going to cover how to implement a basic augmented reality application with Vuforia SDK on Unity. Throughout the tutorial, you are going to...

  2. Android Design Patterns: The Singleton Pattern

    Android Design Patterns: The Singleton Pattern

    Tutorial Beginner

    The Singleton Pattern is a software design pattern that guarantees a class has one instance only and a global point of access is provided by that class.

  3. Create a Mobile Application for Displaying Your Website RSS Content With Ionic

    Create a Mobile Application for Displaying Your Website RSS Content With Ionic

    Tutorial Beginner

    In 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...

  4. Building Your Startup: Approaching Major Feature Enhancements

    Building Your Startup: Approaching Major Feature Enhancements

    Tutorial Intermediate

    Adding activity balloting to the meeting planning feature required extensive changes to the application. Learn how to think about successfully adding major...

  5. Securing iOS Data at Rest: Encryption

    Securing iOS Data at Rest: Encryption

    Tutorial Advanced

    This tutorial will teach you some advanced uses of encryption for user data in iOS apps. We'll investigate AES encryption, and see how to use it in Swift.

  6. How to Deploy a WordPress Plugin From TravisCI to WordPress.org

    How to Deploy a WordPress Plugin From TravisCI to WordPress.org

    Tutorial Beginner

    Not everyone likes subversion. If you use Git to manage WordPress plugin development, keeping your Git repo and the WordPress.org SVN repo in sync is...

  7. Android Design Patterns: The Observer Pattern

    Android Design Patterns: The Observer Pattern

    Tutorial Intermediate

    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...

  8. Dynamic Page Templates in WordPress, Part 3

    Dynamic Page Templates in WordPress, Part 3

    Tutorial Advanced

    In part three we'll create specific dynamic page templates that you can use in your own projects. We also cover using dynamic page templates for Custom Post...

  9. How to Install Yii on Windows or a Mac

    How to Install Yii on Windows or a Mac

    Tutorial Beginner

    Yii is one of the best PHP Frameworks. Our Envato Tuts+ building a PHP startup series is built on it. Learn how to install Yii on Windows or macOS and build...

  10. Securing iOS Data at Rest: The Keychain

    Securing iOS Data at Rest: The Keychain

    Tutorial Intermediate

    Any app that saves the users' data has to take care of the security and privacy of that data. In this tutorial, you'll learn how to store user data using the...

  11. Creating a Hexagonal Minesweeper

    Creating a Hexagonal Minesweeper

    Tutorial Beginner

    This tutorial will detail the creation of a hexagonal minesweeper game in vertical and horizontal hexagonal layouts. This tutorial can be considered as a...

  12. Get Started With Ionic Services: Push

    Get Started With Ionic Services: Push

    Tutorial Beginner

    In this tutorial, you're going to learn about Ionic Push, an Ionic service which makes it easy to send push notifications to your users.