This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Develop
- Loading branch information
Showing
81 changed files
with
1,598 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
### [🍍 Console](https://console.mytiki.com) ⏐ [📚 Docs](https://docs.mytiki.com) | ||
### [🍍 Console](https://console.mytiki.com) ⏐ [📚 Docs](https://docs.mytiki.com) | ||
|
||
# TIKI SDK [Android] —build the new data economy | ||
|
||
A package for adding TIKI's decentralized infrastructure to **Android** projects. Add tokenized data ownership, consent, and rewards to your app in minutes. | ||
A package for adding TIKI's decentralized infrastructure to **Android** projects. Add tokenized data | ||
ownership, consent, and rewards to your app in minutes. | ||
|
||
### [🎬 How to get started ➝](https://docs.mytiki.com/docs/tiki-sdk-flutter-getting-started) | ||
|
||
- **[API Reference ➝](https://docs.mytiki.com/reference/tiki-sdk-flutter-tiki-sdk-flutter-builder)** | ||
- **[Kotlin Docs ➝](https://tiki-sdk-android.docs.mytiki.com)** | ||
|
||
#### Basic Architecture | ||
|
||
This SDK exposes Android native (Kotlin) APIs for the TIKI SDK by: | ||
|
||
1. The [tiki-sdk-dart](https://github.com/tiki/tiki-sdk-dart) project is [compiled](https://dart.dev/overview) to platform native machine code. | ||
1. The [tiki-sdk-dart](https://github.com/tiki/tiki-sdk-dart) project | ||
is [compiled](https://dart.dev/overview) to platform native machine code. | ||
|
||
2. Using the [Flutter Engine](https://github.com/flutter/engine) a bidirectional [MethodChannel](https://api.flutter.dev/flutter/services/MethodChannel-class.html) is created to handle communication between the Android application and the SDK. | ||
2. Using the [Flutter Engine](https://github.com/flutter/engine) a | ||
bidirectional [MethodChannel](https://api.flutter.dev/flutter/services/MethodChannel-class.html) | ||
is created to handle communication between the Android application and the SDK. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.