Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

You may also be interested in...

We could not find any project with the given search parameters, but maybe the following projects can be interesting for you.

This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.

Nov 21, 2014

NetworkEvents is Android library listening network connection state and change of the Wi-Fi signal strength.

It is able to detect ConnectivityStatus when it changes:

  • WIFI_CONNECTED
  • WIFICONNECTEDHAS_INTERNET
  • WIFICONNECTEDHASNOINTERNET
  • MOBILE_CONNECTED
  • OFFLINE

In addition it is able to detect situation when strength of the Wi-Fi signal was changed with WifiSignalStrengthChanged event.

Jan 17, 2015

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