Android developer portal with tools, libraries, and apps

Bluetooth chat app written purely in Kotlin.

Aug 20, 2017

A simple to use networking library that makes it easy to retrieve data from REST APIs. Also provides a mock function to build/test your app without actually making the http request.

Features:

  • Supports GET/POST/PUT/DELETE (for now)
  • Supports file downloads and uploads (with progress callbacks)
  • Supports http post data (json, multipart, url-encoded, plain text, xml)
  • Simple OAuth logins using password resource flow
  • Queued requests
  • Global and per request mocking
  • Built in deserialization for JSON (using gson)
  • Automatically handles redirects
Aug 14, 2017

This library helps you to integrate Facebook and Google login and gives you the required result.

Jul 20, 2017

A easy to use social authentication android library (Facebook, Google, Twitter, Instagram).

Jul 18, 2017

Android Simple Network Library for HTTP and Image Requests with cool features implemented with Simple Demo using some Material Design UI Elements.

Jul 12, 2017

A simple 1 class reactive extension over the Facebook SDK allowing fully customization and support of the library.

Supports both RxJava 1.X and 2.X

Jun 29, 2017

A powerful, flexible and easy to use Video and Image compression library for Android.

Image

It's usually said that "A picture is worth a thousand words". Images adds flair and beauty to our android apps, but we usaully have problems with these images due to thier large size. With SiliCompressor you can now compress and use your images more smoothly.

Video

Due to the high resolution of our Smartphone cameras and cameras from other devices, Video files have become large in size and thus difficult for it to be shared with others on social apps, social media and even when we need to upload it on our server. With SiliCompressor you can now compress your video file while maintaining it quality.

Jun 27, 2017

It is a debugging tool for measuring simple network traffic.

Jun 13, 2017

Convenient wrapper library to perform network queries using Retrofit and Android Priority Job Queue (Job Manager).

May 6, 2017

In-App Android Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.

The debugger tool for Android developer. Display logs, network request, while using the app. Easy accessible with its bubble head button :radio_button:. Easy to integrate in any apps, to handle development or testing apps easier. First version, there is plenty of room for improvement.

Apr 20, 2017

This project helps you detect network state with effective way with RxJava.

Apr 19, 2017

Application for saving photos/videos from Instagram.

Apr 16, 2017

EasyNetwork - is powerful and easy-to-use http library for Android.

Features:

  • Functional "from the box": without mandatory primary configuration, anywhere in the code, functionally and simply.
  • Integration with Gson library.
  • There is a flexible functionality for hiding\showing\disabled the views, progress dialogs, swipeRefresh layout when the query is executed.
  • Visual logs.
  • Control tasks execution: cancel all tasks, cancel task by tag and other.
  • The ability to intercept the results of a request with certain parameters.
  • Separation of errors into: error (server) and failed (connection).
  • Handling the redirects.
Apr 13, 2017

Shareable is a small android library to help implement direct share and social media actions into your android app. For example if you want to share something specifically to Twitter or Facebook.

The API is design to allow you to specify specific social channels to share to using the Builder design pattern. If the app is not available the default is to use all Intent.ACTION_SEND apps on the phone.

Apr 11, 2017

Bugsee is a bug and crash reporting tool for iOS and Android apps. Like a black box on an airplane, Bugsee locally records everything that the app is doing. Whenever a bug occurs, everything that led to it has already been recorded:

  • Video of user’s actions + touches (including in live apps)
  • All Network traffic
  • Console logs and more
Apr 8, 2017

AndStatus is an Open Source low traffic social networking client with tree-like threaded conversations. It supports different Social networks, including GNU social (e.g. Quitter.se, LoadAverage, etc.), Twitter and Pump.io.

AndStatus can combine your feeds from all networks into one Timeline, and it allows you to read and post even when you are offline.

Apr 5, 2017

An Android Library for allowing devices manage Wi-Fi Networks.

Mar 28, 2017

Login effortlessly with different social networks like Facebook, Twitter or Google Plus.

Mar 7, 2017

A very small library to implement a connection indicator view. These connections may be GPS, Network or other loading indicators.

Feb 23, 2017

The Universal Event Bus is an event dispatcher architecture which help you to use most common event bus implementation as Otto in a structured mode.

An events is a bus designed to separate different parts of the application, while still allowing them to communicate efficiently. The operation of the EventDispatcher is based on the publish-subscribe pattern: the bus asked a series of events that will be collected by those who joined them.

The publisher is, in this case, called Bus or RxBus and deals with post events using the Observable of RxJava. The event dispatcher contains two RxBuses: one dedicated to the UI thread, and the other for all the other events that have nothing to do with the UI (network calls, CRUD operations with the database etc.).

Feb 23, 2017