You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlite-cloud/sqlite-ai/sqlite-sync/quick-starts/android.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
-
r---
1
+
---
2
2
title: "Android Quick Start Guide"
3
3
description: SQLite Sync is a multi-platform extension that brings a true local-first experience to your applications with minimal effort.
4
4
category: platform
5
5
status: publish
6
6
slug: sqlite-sync-quick-start-android
7
-
8
7
---
9
8
10
9
This guide shows how to integrate sqlite sync extension into your Android application. Since extension loading is disabled by default in Android's SQLite implementation, you need an alternative SQLite library that supports extensions.
@@ -13,8 +12,6 @@ This example uses the [requery:sqlite-android](https://github.com/requery/sqlite
0 commit comments