DOC

com.github.xujiaji : happy-bubble

Maven & Gradle

Dec 20, 2021
709 stars

HappyBubble · 💭BubbleLayout随意变化的气泡布局、消息对话框,可定制颜色,背景、弧度、尖角弧度、边框等等。BubbleDialog气泡弹窗根据点击View的位置定位它的弹窗位置,BubbleDialog可定制方向等!(BubbleLayout changes freely,BubbleDialog click on the location of View positioning its location,BubbleDialog can be customized directions.)

Table Of Contents

Latest Version

Download com.github.xujiaji : happy-bubble Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.xujiaji : happy-bubble Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x

How to open Javadoc JAR file in web browser

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

Advertisement