Over the past weekend, the mobile community in Toronto, Canada came together for the 3 day Wearhacks event, where engineers and developers prototyped on futuristic wearable technology applications. Using various technologies ranging from the Intel Edison, Nod Ring, Muse Headband,...
Learn how to use Google SignIn with Couchbase Mobile to create a delightful experience and synchronize documents per the user ID of the logged in user.
Learn how JSON is particularly valuable for mobile apps and differences between a JSON Anywhere and a traditional mobile app plus web services approach.
Dropbox recently announced that they are deprecating their Sync and Datastore APIs to focus instead on their Core API. While we can certainly understand the imperative to focus, that doesn’t change the position many of the developers that rely on these APIs...
NSProgress is an object in Foundation that represents the completion of some work. That work could be downloading a file, installing an app or something your own application is doing. The NSProgress exists to let you easily report progress in your...
Explore how to run Couchbase and Couchbase Sync Gateway using Vagrant.Also, learn about the software as you will need them to install Couchbase.
This post focuses on how to replicate changes across multiple devices and platforms using the Couchbase PhoneGap plugin and the Couchbase Sync Gateway.
This week, PouchDB v3.4.0 was released with Couchbase Sync Gateway compatibility. In this post, we’ll take the existing TodoMVC example and add filtered sync using Facebook authentication. In addition to syncing between Web clients, we’ll change the data model slightly to...
Learn how to get started with Xamarin and begin to implement the Couchbase Lite components from the Couchbase Mobile stack to create a storage layer.
I've spent my Monday and Tuesday at the free to attend Android Developer Summit, put together by Google in Mountain View, California. This summit is a kick-off event for Google's Android Developer Conference (AnDevCon) that is happening next week. I,...
Change read access in the Sync Function & replicating the changes to an Android app. Check how to ship an update to your Android app with Couchbase Mobile.
Learn how to use the Admin REST API to create users through a Sign Up screen and setup an App Server with Node.js to manage the users in an Android app.