GithubHelp home page GithubHelp logo

isabella232 / android-textile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from textileio/android-textile

0.0 0.0 0.0 57.89 MB

[DEPRECATED] Android bindings for https://github.com/textileio/go-textile

License: MIT License

Java 100.00%

android-textile's Introduction

android-textile

Made by Textile Chat on Slack GitHub license CircleCI branch standard-readme compliant Platform Bintray


Deprecation Warning

Textile Threads v1 are being deprecated. Please follow our ongoing work on v2 on both the go-textile-threads repo and the early preview.

Until Threads v2 release and integration into the Android SDK, this repo should be used for experimental purposes only.


Textile provides encrypted, recoverable, schema-based, and cross-application data storage built on IPFS and libp2p. We like to think of it as a decentralized data wallet with built-in protocols for sharing and recovery, or more simply, an open and programmable iCloud.

Table of Contents

Install

The Textile Android library is published in Textile's Bintray Maven repository. You can install it using Gradle.

First, you'll need to add Textile's Bintray Maven repository to you project's top level build.gradle in the allProjects.repositories section:

allprojects {
    repositories {
        ...
        maven { url 'https://dl.bintray.com/textile/maven' }
        maven { url 'https://jitpack.io' }
        ...
    }
}

Next, add the Textile dependency to your app module's build.gradle dependencies section, specifying the latest version available:

dependencies {
    ...
    implementation 'io.textile:textile:1.1.0'
    ...
}

Usage

To learn about Textile usage, please head over to the Textile documentation and be sure to read the Android getting started guide.

This repo contains an example project. To run it, clone the repo, build and run the example app module.

Maintainers

@asutula @sanderpick

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 Textile

android-textile's People

Contributors

asutula avatar sanderpick avatar andrewxhill avatar flyskywhy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.