Nextop for Android

Nextop client for Android 10+

License

License

GroupId

GroupId

io.nextop
ArtifactId

ArtifactId

android
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

aar
Description

Description

Nextop for Android
Nextop client for Android 10+
Source Code Management

Source Code Management

https://github.com/nextopio/nextop-client/tree/master/android

Download android

How to add to project

<!-- https://jarcasting.com/artifacts/io.nextop/android/ -->
<dependency>
    <groupId>io.nextop</groupId>
    <artifactId>android</artifactId>
    <version>0.1.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.nextop/android/
implementation 'io.nextop:android:0.1.5'
// https://jarcasting.com/artifacts/io.nextop/android/
implementation ("io.nextop:android:0.1.5")
'io.nextop:android:aar:0.1.5'
<dependency org="io.nextop" name="android" rev="0.1.5">
  <artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.nextop', module='android', version='0.1.5')
)
libraryDependencies += "io.nextop" % "android" % "0.1.5"
[io.nextop/android "0.1.5"]

Dependencies

compile (3)

Group / Artifact Type Version
io.reactivex : rxandroid jar 0.24.0
io.nextop » volley jar 0.1.5
io.nextop : java-common jar 0.1.5

Project Modules

There are no modules declared in this project.

Note: Nextop development is moving to a private branch while we prepare for launch. We are focused on scalability, tightening the package, and providing tools on http://nextop.io. Stay tuned! @nextopio

Nextop Mobile CDN

Nextop is rethinking a CDN for mobile from the ground up. Mobile devices operate in high latency and uncertain networks, and Nextop is able to optimize traffic to get content displayed to users >2x faster than leading CDNs, while never losing a transaction.

The core technology is a client SDK that replaces or plugs into your existing network library, and a proxy server that translates between the SDK and your existing HTTP backend. Nextop optimizes your traffic through the region of pain - between the cloud and device - without you doing any work.

break through the region of pain

With this setup, for example, Nextop can load image previews and blocking API calls before loading everything else for a view. As a developer you write network code and server code as you normally would, and Nextop takes care of optimizing all requests to get content displayed to the user faster.

Nextop is a cross-platform project, with Android, iOS, and webviews as top priorities.

Talk To Us

Be a star

Android

We've rebuilt the Android network stack to focus on image upload and download, and improving transfer of all requests in all network conditions.

Current Version
0.1.4
Module Android Versions Supported Notes
android 10+
android-v15 15+ Includes all of android plus fragments

Gradle dependency (AAR):

compile 'io.nextop:${MODULE}:+'

Maven dependency (AAR). This is for android-maven-plugin users. As of this writing, Eclipse does not support AAR. See special instructions for Eclipse users here.

<dependency>
  <groupId>io.nextop</groupId>
  <artifactId>${MODULE}</artifactId>
  <version>LATEST</version>
  <type>aar</type>
</dependency>

Maven dependency (JARs - see notes):

<dependency>
  <groupId>io.nextop</groupId>
  <artifactId>${MODULE}</artifactId>
  <version>LATEST</version>
  <type>jar</type>
</dependency>

Direct downloads to put in libs/ (JARs - see notes):

http://search.maven.org/remotecontent?filepath=io/nextop/android-v15/${CURRENT_VERSION}/android-v15-${CURRENT_VERSION}.jar
http://search.maven.org/remotecontent?filepath=io/nextop/android/${CURRENT_VERSION}/android-${CURRENT_VERSION}.jar
http://search.maven.org/remotecontent?filepath=io/nextop/java-common/${CURRENT_VERSION}/java-common-${CURRENT_VERSION}-all.jar

Android Demos

Demo Install Objective Code
dılɟ Play Ridiculously fast image loading on mobile App, Server

Android Blog Posts

Date Post
03.02.15 Faster Image Loading on Android is now a one-liner
02.23.15 profile How do mobile app teams QA test poor cellphone connections?
02.13.15 Binding Rx subscriptions to view lifecycles, and using them to optimize your network traffic

Cordova

See io.nextop.cordova on the Cordova Plugins Registry.

Cordova Blog Posts

Date Post
02.16.15 cordova Things you can do with a Custom XMLHttpRequest

About Us

Nextop is an open source project sponsored by Nextop Inc. We build client SDKs and a service to power them.

Get Support <[email protected]>

Twitter @nextopio

The T-Shirt

launch2

Get a free Nextop t-shirt by submitting an issue that helps the project.

io.nextop

Nextop

Versions

Version
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0