iOS New version of Gophered! Gophered is back with a complete redesign of both the Admin website and the Driver application. New features include multiple drivers per account and multiple routes per driver per day, and a new Admin website with route building, route optimization and other improvements.
Nativescript Getting started with Augmented Reality using Nativescript Vue This post will show you the basics to develop an Augmented Reality application using Nativescript Vue for placing, animating and interacting with 3D objects.
Nativescript Developing Applications with In-App Purchases in Nativescript Vue The vast majority of profitable apps are free to download and install, but offer a number of virtual products for sale. This can range from unlocking a new emoji to
Nativescript Create a Shopping App with Nativescript Vue, Firebase and Stripe Modern devices bring modern conveniences, such as shopping from your mobile device no matter where you are physically. Using Nativescript Vue, I'll go over how to create a shopping application with a product catalog that uses Firebase and Stripe to handle payments from a credit card.
Nativescript Creating a Map-based App with Nativescript Vue In this post, I'll discuss how to use maps, location services and API calls to create a Nativescript Vue application that will display a map of the current user's location and allow the user to search for places nearby.
Nativescript Working with Images in Nativescript This post explains how to extend a picture gallery app to allow adding images from the device, and how to use Nativescript to resize, save and edit images in your own application.
Nativescript Create a Stateful Camera Gallery App with Font Awesome using Nativescript Vue This post shows how to create a simple app using Nativescript 6 Vue that uses the device camera to take photos, displays those pictures in a simple image gallery, uses Font Awesome icons, and maintains state for the gallery across app runs.
Nativescript Resizing Images in Nativescript Large images can lead to delays in uploading and slow rendering, so I decided to limit the size of images on the client. This post will discuss controlling image file sizes in Nativescript by reducing pixel dimensions to produce smaller (and faster) image file uploads.
Nativescript Adding a profile page to a Nativescript Vue app using VueX, Firestore and Firebase Storage This post will show how to extend our previous Nativescript Vue login screen with a functional profile page and a login/logout routing design. The application will use VueX for local app state and routing, Firebase Firestore as a remote database, and Firebase Storage for profile picture storage.
Nativescript Using Nativescript Vue 2.0, Firebase and Font Awesome to create a login screen With the release of Nativescript 4.2 and Nativescript-Vue 2.0, I thought it would be interesting to create a simple app with Vue.js and Nativescript with a login screen that uses Firebase Authentication and Font Awesome Icons, on both the iOS and Android platforms