Android developer portal with tools, libraries, and apps

A simple Android library to notify Android device network changes to help react properly.

Apr 29, 2019

MessageView helps you to create chat message view or a social media post view quickly like a typical chatting application or social post view Its a container view, so you can add any type of message or social post such as TextView or any customize TextView, ImageView, etc.

Mar 19, 2019

An Easy to use retrofit based network/api call extension for android.

  1. No need to check internet connection before api call
  2. Easy to use
  3. Minimal configuration
  4. More readable code
Mar 8, 2019

DMNetworking Library is a powerful library for doing any type of networking in Android applications which is made on top of AsyncHttpClient and Jackson JSON parser.

Jan 25, 2019

It's a small library for fixing OpenSSL handshake with modern http client library: Picasso, Fast AndroidNetworking, Volley, Retrofit... whatever uses OkHttp library.

Jan 20, 2019

An OkHttp interceptor to intercept and manipulate response at runtime. It is useful for QA engineers who want to test the app against different api responses.

Jan 2, 2019

One-stop-shop for social network integrations.

Roguin eliminates the hustle of integrating social network SDKs by wrapping the three major ones (Google, Facebook and Twitter) around unified and easy to use Endpoint classes.

All three can now be handled in the same way and the with the same code.

You can add a 'Sign In With' feature for all three, with just a few lines of code, the same line of code for all.

Dec 2, 2018

Sherlock is an in-app proxy and that visualizes all requests done through OKHttp client once you add it.

It's a replacement for Desktop Proxy which requires more complicated settings of adding certificates to your phone and configuring the right port ... etc.

It makes QA or even visualizing requests very easy with the help of a floating anchor that show network activity indication, as well as showing session / saving / renaming / editing / clearing sessions, also sharing of a specific request data.

Nov 13, 2018

An Android library that makes it easy to authenticate users with Instagram.

Sep 13, 2018

Integrated SocialLogin such as Facebook, Kakao, Naver, Line, Twitter, Google with RxJava and Firebase Authentication, written in Kotlin. This library is enhanced version of SocialLogin and fully rewritten in Kotlin and integrate with RxJava and Firebase Authentication.

Jul 12, 2018

A Cacheable Network Library For Android Application

Intro

The total scenario of A network calling is to communicate with server then get back the result. So, to handle this two action using this library you need to instantiate ApiAdapter class to perform A network call and invoke NetworkResponse interface to receive the results (to receive both error and success message).

Jul 1, 2018

NetworkUilt is a fast and efficient open source synchronous network fetcher for Android which makes HTTP/HTTPS calls very easy.

It takes an URL as input parameter and returns the raw data in string which can be parsed later.

May 21, 2018

This library is developed for simple and awesome custom toast with one line of code. With customisation of background and text color of toast. Three types of toast are available error toast, success toast and network error toast.

Jan 27, 2018
  • Create and display formatted rich text using a fluent interface.
  • A Text Builder allows to create content with text formatting, images and video
  • Support of Image loading from network.
  • Parse HTML, including images and video tag into displayable content.
Jan 21, 2018

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView.

Jan 21, 2018

Android EditText for searching and mentioning user from a source.

Jan 21, 2018

Simple library to handle network connections in different views in just few lines of code. Primary goal of this library is to simplify the overall process in few lines of code. More options and customisation available in code.

Jan 20, 2018

ReactiveConnectivity is an Android Library to Listening NetworkConnectivity with RxJava Observables, It's written with Reactive Programming Approach. Library supports both new and legacy network monitoring.

Jan 13, 2018

A simple library to make http request.

Jan 7, 2018

An asynchronous http client built on top of HttpURLConnection.

Jan 7, 2018