Creating Mutable and Immutable Classes in Swift
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...
Build an ARCore app with Unity from scratch
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
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....
Getting started with building an ARCore application for Android
Google developed ARCore to be accessible from multiple development platforms (Android , Web , Unreal , and Unity ), thus giving developers plenty of...
Build your first Android app with Kotlin
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
(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...
Android Native Application API
(For more resources related to this topic, see here.)
Based on the features provided by the functions defined in these header files,...
How to build a weather app using Kotlin for JavaScript
In this tutorial, we will be covering JavaScript from a browser perspective. We will create a single page web app that will show the...
QR Codes, Geolocation, Google Maps API, and HTML5 Video
(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...
Drawing and Drawables in Android Canvas
In this article by Mir Nauman Tahir, the author of the book Learning Android Canvas, our goal is to learn about the following:
Drawing on...