Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.6 KB

android-library

Android Widgets and Support Class Library

Class List

Android Directory / File Choicer Dialog with options to create / rename / delete file. Can be used as standalone java file.

openfiledialog.png

popupshareactionprovider.png

seekbarpreference.png

Expandable List View

removeitemanimation.gif

expanditem.gif

WebViewCustom

Support Apache HttpClient, Proxying...

Unread Count Drawable

./docs/unread.pnp

Install

gradle

    compile 'com.github.axet:android-library:1.3.5'

maven

<dependency>
  <groupId>com.github.axet</groupId>
  <artifactId>android-library</artifactId>
  <version>1.4.4</version>
  <type>aar</type>
</dependency>