Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-moeralib-android

Android-specific bindings for java-moeralib.

The library provides OkHttp implementations for the HTTP and JSON-RPC transport interfaces in moeralib:

  • org.moera.lib.http.OkHttpTransport
  • org.moera.lib.jsonrpc.OkHttpJsonRpcFetcher

Maven

The core library and the Android bindings are versioned independently. Add both dependencies explicitly and select compatible versions:

<dependency>
    <groupId>org.moera</groupId>
    <artifactId>moeralib</artifactId>
    <version>0.18.9.1</version>
</dependency>

<dependency>
    <groupId>org.moera</groupId>
    <artifactId>moeralib-android</artifactId>
    <version>0.18.9.1</version>
</dependency>

Usage

var node = new MoeraNode(new OkHttpTransport(), nodeUrl);
var naming = new MoeraNaming(new OkHttpJsonRpcFetcher(namingUrl));

Read the java-moeralib documentation on the Moera website.

About

Java library to interact with Moera decentralized social network: Android-specific bindings

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages