DOC

io.github.mayconcardoso : networking

Maven & Gradle

Apr 07, 2023
14 stars

networking · This is only a personal implementation of MVVM architecture that makes your life easier by helping you to keep your screen components independently. It also has a concept of "interaction" defining exactly what the user can do on your screen turning the testing process extremely easier, once now you are able to test the "state" of your app.

Table Of Contents

Latest Version

Download io.github.mayconcardoso : networking Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.mayconcardoso : networking Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file networking-2.1.0-javadoc.jar to networking-2.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder networking-2.1.0-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 "networking-2.1.0-sources.jar" -d "networking-2.1.0-javadoc" -subpackages 

Advertisement