Android developer portal with tools, libraries, and apps

Webi is a fast and full of features HTTP library that makes easy networking and caching response for Android apps And comparable to other similar libraries

  • Easy to use and set up
  • Less coding
  • Very fast and multi-threaded
  • Includes quick and different ways to cache JsonArray, JsonObject and xml request
  • Easily post values to the server
Jan 6, 2018

Retrofit is an wonderful network library to deal with api's and Rx java can be used to do async task operations effectively. Using retrofit with RxJava will results in seamless network calls in mainthread. Retrofit can be used without RxJava, though to perform huge api calling and to do api calls in background, they pair a better combination.

Jan 5, 2018

Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2.

This is simple Kotlin MVP demo. Here we are using following technologies:

  1. Dagger2
  2. Retrofit2
  3. Kotlin extensions

The app has following packages:

  1. annotation : Custom anotations related to DI life cycle.
  2. component : Dependency providing classes using Dagger2.
  3. network : Network classes using retrofit2.
  4. presenter : Presenter classes and DI Module.
  5. ui : View classes along with their corresponding Presenters.
Jan 3, 2018

This is the extension of the Twitter4j library . This library used to share the video along with the text silently that means without using the composer.

Dec 13, 2017

Small utility library for Android to evaluate requirements in order for some action to proceed. For example: network connection, permissions (API 23), system services (location, bluetooth, ...), etc.

Nov 30, 2017

It's a networking library. You can call RESTful APIs in your project by using this.

Nov 26, 2017

An android asynchronous http client based on HttpURLConnection.

Nov 19, 2017

Floating Info is an Android application that displays the following in a system overlay window:

  • The application name, package name and process id of the application which is currently in the device's foreground
  • The Global CPU utilisation with a per-core breakdown - This is not foreground application specific.
  • Memory usage breakdown for the currently foregrounded process
  • Network information like connection type, proxy status and IP addresses. Both IPv4 and IPv6
  • Device Locale information
Nov 16, 2017

AQuery is like JQuery but it for android. AQuery allows the developer to write less and do more for managing element of android like Activity, View, Network, Caching and many more.

Nov 15, 2017

An android library to effortlessly connect to available WiFi networks.

Nov 10, 2017

DownZ is an HTTP library that boosts networking in Android apps and makes it significantly easier and faster.

Nov 6, 2017

SmartAd is an easy-to-use library for AdMob and Audience Network advertising frameworks on iOS and Android.

Oct 30, 2017

An android restful api/networking library using okhttp library as backbone.

Oct 16, 2017

A reusable fragment to display links to social networks, the Play Store as well as recommendation and support email links. The fragment tries to open installed apps on the user's device first and resorts to the web browser otherwise.

Oct 9, 2017

WiFi Utils is a library that provides a set of convenience methods for managing WiFi State, WiFi Scan, and WiFi Connection to Hotspots. If you have ever worked with WifiManager you should know how painful it is to make a simple wifi network scan or even worse to connect to a hotspot programmatically. So that's what my new library is all about. To make it easier for me and hopefully for other developers as well to do those kind of tasks from Java code.

Oct 1, 2017

Near is a P2P library for Android for:

  • discovery on local networks using UDP and
  • transfer in general using TCP sockets

It provides a much simpler alternative to Android WiFi Direct and Service Discovery APIs.

Sep 11, 2017

API Calling Flow is a Android library which can help you to simplify handling different conditions while calling an API (Web Service) in Android.

Features

  • Internal Network State Checking.
  • On screen Setting's shortcuts to enable Wi-FI or Mobile Data.
  • Hide unloaded screen during API call and show progress bar with white or transparent background.
  • "Try Again" same API after enabling Network connection.
  • Call API only if the Network connection is enabled.
  • Remove progress bar after successfully loading data on screen.
  • Show full-screen errors to users while hiding unloaded screen from user for better user experience.

Sep 10, 2017

Argus Android makes it hassle free of managing all onboarding related tasks such as Signup/Login/Forgot Password and Social Logins.

Aug 28, 2017

A network abstraction layer over Volley, written in Kotlin and inspired by Moya for Swift.

Aug 28, 2017

This library can be used to set advanced settings for wifi such as manual proxy and static ip configurations through your app. This code works in Android 5.0, it also works in 6.0 but you cannot update a network that you have not created yourself (due to android new rules).

Aug 28, 2017