# Android Sync Bus - Kevin Galligan

DevFeed: [Android Sync Bus - Kevin Galligan](<https://devfeed.tech/articles/android-sync-bus-kevin-galligan-38051.md>)

Original publisher: [Read original article](<https://touchlab.co/2012-04-android-sync-bus>)

Published: 2012-04-09T04:00:00Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Development](<https://devfeed.tech/topics/development.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [commands](<https://devfeed.tech/tags/commands.md>), [library](<https://devfeed.tech/tags/library.md>), [offline](<https://devfeed.tech/tags/offline.md>), [service](<https://devfeed.tech/tags/service.md>), [thoughts](<https://devfeed.tech/tags/thoughts.md>)

## AI overview

This article introduces an Android sync call bus for queuing and processing commands in order, including commands that must be persisted for later execution when the network is unavailable. It describes integration, service options, SQLite or local-file storage, and command implementation methods.

## Source excerpt

On several projects we've needed the ability to sync stuff offline. We've tried a number of approaches, and eventually wound up building a call bus service.