DOC

io.github.mayconcardoso : mvvm-core-ktx

Maven & Gradle

Apr 07, 2023
14 stars

mvvm-core-ktx · 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 : mvvm-core-ktx Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.mayconcardoso : mvvm-core-ktx Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x
2.0.x

How to open Javadoc JAR file in web browser

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