Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danthe1st/jdoc4droid
- Owner: danthe1st
- License: gpl-3.0
- Created: 2021-01-29T08:54:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T12:44:47.000Z (about 1 year ago)
- Last Synced: 2024-04-24T06:29:39.129Z (7 months ago)
- Topics: android, android-app, android-application, java, javadoc-viewer
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=io.github.danthe1st.jdoc4droid
- Size: 590 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JDoc4droid
[](https://play.google.com/store/apps/details?id=io.github.danthe1st.jdoc4droid&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
[](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