Creating Mutable and Immutable Classes in Swift

0
In this article by Gastón Hillar, author of the book Object-Oriented Programming with Swift, we will learn how to create mutable and immutable classes...
ARCore application

Build an ARCore app with Unity from scratch

0
In this tutorial, we will learn to install, build, and deploy Unity ARCore apps for Android. Unity is a leading cross-platform game engine that is...

Writing a Fully Native Application

0
In this article written by Sylvain Ratabouil, author of Android NDK Beginner`s Guide - Second Edition, we have breached Android NDK's surface using JNI....
Google Play and Apple App Store

Getting started with building an ARCore application for Android

0
Google developed ARCore to be accessible from multiple development platforms (Android , Web , Unreal , and Unity ), thus giving developers plenty of...
Applications

Build your first Android app with Kotlin

0
Android application with Kotlin is an area which shines. Before getting started on this journey, we must set up our systems for the task at...

Creating a Puzzle App

0
(For more resources related to this topic, see here.) A quick introduction to puzzle games Puzzle games are a genre of video games that have been...
forecast

How to build a weather app using Kotlin for JavaScript

0
In this tutorial, we will be covering JavaScript from a browser perspective. We will create a single page web app that will show the...

Android Native Application API

0
(For more resources related to this topic, see here.) Based on the features provided by the functions defined in these header files,...

QR Codes, Geolocation, Google Maps API, and HTML5 Video

0
(For more resources related to this topic, see here.) QR codes We love our smartphones. We love showing off what our smartphones can do. So, when...

Android Virtual Device Manager

0
This article written by Belén Cruz Zapata, the author of the book Android Studio Essentials, teaches us the uses of the AVD Manager tool....

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews