Save Cordova database to Dropbox

How to save your database to Dropbox (and how to restore it) from within a Cordova application – Android only (part 3)

In this third part of our tutorial article about how to save your database to Dropbox (here abbreviated to DBX, in uppercase) from within a Cordova mobile application for Android devices, we’ll concentrate on the specific steps needed to connect to DBX and to save to Dropbox our mysql dump file retrieve it from DBX […]

How to save your database to Dropbox (and how to restore it) from within a Cordova application – Android only (part 3) Read More »

Save Cordova database to Dropbox

How to save your database to Dropbox (and how to restore it) from within a Cordova application – Android only (part 2)

Wellcome to the second part of my tutorial about how to save your database to Dropbox from within a Cordova mobile application. Here we’ll see how to manage backup and restore of a database using a helpful plugin: SQLite Porter by Dave Alden. The plugin is fantastic, it works great and let me share with

How to save your database to Dropbox (and how to restore it) from within a Cordova application – Android only (part 2) Read More »

Save Cordova database to Dropbox

How to save your database to Dropbox (and how to restore it) from within a Cordova application – Android only (part 1)

Some time ago, I was developing a hybrid mobile application for Android using Cordova. In that application, I needed to save the whole local database built with WebSql to Dropbox. So I started to learn how to use Dropbox API, how to integrate it with Cordova, which plugins I had to install and I have

How to save your database to Dropbox (and how to restore it) from within a Cordova application – Android only (part 1) Read More »

laravel-homestead

Laravel: how to setup Homstead in Windows and Linux

Introduction When I started to learn Laravel, I have choosen to use Homestead, the “pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, and any other server software on your local machine.” Actually, I already had Php installed on my machine, as well Apache server

Laravel: how to setup Homstead in Windows and Linux Read More »