Results for: mobile

Querying for Couchbase Documents in a NativeScript Angular Mobile Application

Querying for Couchbase Documents in a NativeScript Angular Mobile Application

I recently wrote about using Couchbase as a key-value store in a NativeScript iOS and Android application built with Angular. In this example we saw how to collect user profile information to be saved or loaded from Couchbase on the...

Key-Value Operations in Couchbase Mobile via NativeScript and Angular

Key-Value Operations in Couchbase Mobile via NativeScript and Angular

I’m a huge fan of mobile Android and iOS application development and an even bigger fan of using Angular to develop those applications. A while back I wrote about using Couchbase in a NativeScript application as well as using Couchbase...

Using Couchbase Mobile in a Web Application with only Angular 2 and PouchDB

Using Couchbase Mobile in a Web Application with only Angular 2 and PouchDB

Last year I wrote an article that explained how to synchronize between platforms and Couchbase with only AngularJS and PouchDB. Back then AngularJS was booming and probably my favorite framework of all time. A year later AngularJS is still around,...

Couchbase Mobile at Xamarin Evolve

Couchbase Mobile at Xamarin Evolve

Couchbase Mobile will be at Xamarin Evolve 2016! Couchbase Mobile comes with three components: Couchbase Lite – A fully functional, on-device, lightweight, native, embedded NoSQL database. Sync Gateway – Everything you need to securely sync on-device Couchbase Lite with Couchbase Server in the...

Couchbase Mobile Part 2: Couchbase Lite Views (Indexes!)

Couchbase Mobile Part 2: Couchbase Lite Views (Indexes!)

This blog was originally posted on Roi Katz’s personal blog site. Please click here to find the original post. In the part 1 we’ve built our tiny yet cool application, we’ve even replicated it to another Couchbase Lite. But what...

iOS: Pull to refresh with Couchbase Mobile

iOS: Pull to refresh with Couchbase Mobile

Almost any app out there needs to display a list of information and when it comes to reloading data, users are expecting the pull to refresh feature to be available. Let’s explore how to do that with Sync Gateway and...

Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js

Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js

Building web applications and mobile applications that share the same data is often thought of as a challenging task. How do you design your web application to fit with your mobile application and visa-versa? What happens when you want to...

Simplify Your Life with Couchbase Mobile

Simplify Your Life with Couchbase Mobile

Photo courtesy of Wesley Fryer with permission under license CC BY-SA 2.0   tl;dr Couchbase Mobile is easy to use, works completely standalone, yet provides enterprise-class scaling when you need it. You should try it. In the beginning This will...

Data Synchronization with Couchbase in Ionic 2 Hybrid Mobile Apps

Data Synchronization with Couchbase in Ionic 2 Hybrid Mobile Apps

Last year I wrote about using Couchbase Mobile in an Ionic Framework mobile application. Back then we were using Ionic Framework 1.0 and AngularJS 1.0. Technology has changed over the months and we’ve moved from what seems like ancient frameworks...

Introduction to Couchbase Mobile (Video)

Introduction to Couchbase Mobile (Video)

Last week we hosted the first gathering of the Bay Area Android Meetup group to take place on the Peninsula in a while. We had two great speakers, Martin Bonnin and Tony Constantinides. Martin talked about the history of video...

Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line

Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line

Introduction This will be the third post in a series about the Couchbase Mobile stack. You can find the first and second posts here and here, respectively. They cover installing Couchbase Server and some interesting bits of Couchbase Web Console. In this post we’ll talk about working with...

Getting Comfortable with Couchbase Mobile: Couchbase Web Console

Getting Comfortable with Couchbase Mobile: Couchbase Web Console

Introduction This post marks the second in a series about the Couchbase Mobile stack. You can find the first post here. It covers installing Couchbase Server. In this post, we’ll examine part of the Couchbase Web Console (CWC). Background To get comfortable with the whole...