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 …