DOC

io.github.tutorialsandroid : messageview

Maven & Gradle

Sep 10, 2023
26 stars

messageview · MessageView helps you to create chat message view or a social media message view quickly like a typical chatting application or social post view Its a container view, so you can add any type of message or social post such as TextView or any customize TextView, ImageView, etc.

Table Of Contents

Latest Version

Download io.github.tutorialsandroid : messageview Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.tutorialsandroid : messageview Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.0.x

How to open Javadoc JAR file in web browser

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