-
Recent Posts
Top Posts & Pages
- Continuous Deployment of iOS Apps with Jenkins and TestFlight
- Building a shared calendar with Backbone.js and FullCalendar: A step-by-step tutorial
- When to use Delegation, Notification, or Observation in iOS
- Asynchronous Code Design with Node.js
- Cascading Select Boxes with Backbone.js: A Step-by-Step Tutorial
Meta
Author Archives: Daniel Brain
Easing the Pain of Android Software Fragmentation
Software fragmentation is a common concern for Android developers. Right now, supporting all versions down to Android 2.2 (Froyo) will make your application available to 93.5% of Google Play users. However, doing so also means you miss out on APIs that were … Continue reading
CouchDb on Android
Synchronising advanced data structures with a backend sucks. Especially when the sync is both ways; user updates to server, server updates to user. Couchbase for Mobile attempts to solve this issue by bringing CouchDb and it’s spiffy replication to Android.
Posted in Android, Mobile, NoSQL
Leave a comment