Android developer portal with tools, libraries, and apps

Advertisement

First, PrimeDatePicker is a date picker tool. It provides picking a single day in addition to a range of days. Second, it is possible to use its MonthView and CalendarView as stand alone views in your project.

Jun 30, 2019

A simple library that allows you to add a graph in Real world using ARCore.

May 12, 2019

It's a simple chart for your activity or fragment. You can choose gradient color to display your chart or choose kind of chart (simple lines or bezier).

Mar 9, 2019

Library designed to display an array of arrows that can be adjusted direction and color. Can be used for a variety of uses, directions of a particular object at different times, addition to the graph, etc.

Jan 12, 2019

RedirectGlide empowers Glide to load images with indirect URLs.

Sometimes the images you want to show with Glide have indirect link and you should redirect the URL to reach the real direct link. RedirectGlide is an extension over Glide's OkHttp3 Integration which adds the redirection functionality to Glide.

Jan 7, 2019

Analyzes an APK and prints information helpful to a developer

  • API levels as declared in the manifest.
  • Number of permissions/activities/services/receivers. If -v is set, they will also be listed
  • Information about the signing certificate. If the APK is signed it will also be validated.
  • The largest files in the APK, along with the largest resources.
  • Information about the DEX files, such as how many there are and the number of classes, methods and strings.
  • List of the supported JNI architectures based on the contents of the lib directory.

It can also:

  • Dump the manifest to console
  • List all classes as list/tree graph/graphml
Jan 6, 2019

ZebraTextView makes reading long text Paragraph more comfortable by draw background in different colors between odd and even line, in a clean and simple way!

Dec 24, 2018

This library chains animations and easily creates bunch of basic animations for android.

Dec 11, 2018

A bar chart. Enable to custom bar.

Dec 10, 2018

Simplegraph is an Android library for custom view that can generate graphs similar to the ones you see on coin trading / exchange sites.

Dec 2, 2018

This library is a simple interface to facilitate the way to graph points in a Cartesian plane, additionally you can create simple polygons, it was done with the native app of Canvas.

Oct 14, 2018

A simple PieChartView for Android.

Oct 6, 2018

PrimeAdapter makes working with RecyclerView easier by separating required code in a few simple and well-structured classes. It brings simplicity when you have multiple view types in a RecyclerView. By using annotation processing, it generates unique view types automatically to make the code more clear. You can use PrimeAdapter in both Kotlin and Java Android projects as the sample apps are written.

Oct 6, 2018

An Android Facebook image picker built using Kotlin, RxJava2, and Facebook's Graph API. The library allows the user to browse through their Facebook albums and images. This will require the Facebook app being used to have the "user_photos" permission. The library allows the user to select a number of photos and will return the associated preview and source URLs for the photo(s) selected. The sample app shows an example of how to use the selected Facebook image data to download and use the image(s) within an ImageView.

Jul 7, 2018

SpEditTool has two main functions:

  • SpEditText - an EditText for mentioning user and other special content with highlight and overall deleting
  • GifTextUtil a tool for show gif on graph-text mixed TextView/EditText efficiently
Apr 8, 2018

A simple chart for Android with three indicators and one more to indicate overall summary. They get highlighted if you click on the ring or text.

Apr 1, 2018

Android TreeView is used to display data in tree structures.

Feb 22, 2018

Android graph view library.

Jan 18, 2018

Set of Kotlin APIs to make graphics math easier to write. These APIs are mostly modeled after GLSL (OpenGL Shading Language) to make porting code to and from shaders easier.

Jan 6, 2018

ArcChartView is library to make arc/circle charts, can be used as a rating selector.

Dec 25, 2017