Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danthe1st/jdoc4droid

Javadoc viewer for android
https://github.com/danthe1st/jdoc4droid

android android-app android-application java javadoc-viewer

Last synced: 13 days ago
JSON representation

Javadoc viewer for android

Awesome Lists containing this project

README

        

# JDoc4droid
[Get it on Google Play](https://play.google.com/store/apps/details?id=io.github.danthe1st.jdoc4droid&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
[Get it on AppGallery](https://appgallery.cloud.huawei.com/ag/n/app/C106428613?channelId=GitHub&referrer=GitHub%2FJDoc4Droid&id=15665a90dc7b485284a9c2a550a532ab&s=4B8BD701AED95006AAEE8CBAE0B51F9D791788F627D0B51351072FAE477D5DC6&detailType=0&v=&callType=AGDLINK&installType=0000)

A Javadoc Viewer for Android

## Installation
JDoc4droid can be installed from Google Play
[here](https://play.google.com/store/apps/details?id=io.github.danthe1st.jdoc4droid)
or from Huawai AppGallery
[here](https://appgallery.cloud.huawei.com/ag/n/app/C106428613?channelId=GitHub&referrer=GitHub%2FJDoc4Droid&id=15665a90dc7b485284a9c2a550a532ab&s=4B8BD701AED95006AAEE8CBAE0B51F9D791788F627D0B51351072FAE477D5DC6&detailType=0&v=&callType=AGDLINK&installType=0000)
but and it is also possible to download an APK of any commit from [GitHub Actions](https://github.com/danthe1st/JDoc4droid/actions).

## Setup with AndroidStudio
* Install AndroidStudio
* Clone the project
* Open the project in AndroidStudio
* Connect an android device (emulator or real device) via adb
* Run it

## Setup without IDE
* Clone the project
* If you are using Windows, run `gradlew build` in the project directory
* If you are using a UNIX-like operating system, run `./gradlew build` in the project directory
* After the command finishes, you should find a file named `app-debug.apk` in the directory `app/build/outputs/apk/debug`
and a file named `app-release-unsigned.apk` in the directory `app/build/outputs/apk/release`
* You can install the apk file on an android device (emulator or real device) and use it