DOC

com.github.sufianbabri : simple-material-library

Maven & Gradle

Jan 16, 2016
1 stars

SimpleMaterialLibrary · A simple Material library which follows Google's guidelines. Lollipop specific effects (such as ripples) won't be ported-back to older versions of Android.

Table Of Contents

Latest Version

Download com.github.sufianbabri : simple-material-library Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.sufianbabri : simple-material-library Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file simple-material-library-0.1.5-javadoc.jar to simple-material-library-0.1.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder simple-material-library-0.1.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "simple-material-library-0.1.5-sources.jar" -d "simple-material-library-0.1.5-javadoc" -subpackages 

Advertisement