JsonList
Material You Android app for previewing JSON from a file or URL in a user-friendly list format
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- codeql.yml
- coreUnitTests.yml
- FUNDING.yml
- app-release.dm
- app-release.dm
- app-release.apk
- output-metadata.json
- ExampleInstrumentedTest.java
- strings.xml
- shortcuts.xml
- AboutActivity.java
- AboutListAdapter.java
- AboutListItem.java
- ImageItemClick.java
- LibraryList.java
- ListGenerator.java
- ListInit.java
- ReleaseNote.java
- ListAdapter.java
- PathListAdapter.java
- SearchListAdapter.java
- AndroidDragAndDrop.java
- AndroidEditController.java
- AndroidFileManager.java
- AndroidJsonLoader.java
- AndroidRawJsonView.java
- AndroidSearchController.java
- App.java
- FileSystem.java
- functions.java
- MainActivity.java
- SettingsActivity.java
- CrashLogs.java
- CustomExceptionHandler.java
- LogActivity.java
- button_pop.xml
- button_prev.xml
- scale_in.xml
- scale_in2.xml
- scale_in_file_img.xml
- scale_out.xml
- slide_bottom_in.xml
- slide_bottom_out.xml
- slide_from_bottom.xml
- slide_right_in.xml
- slide_right_out.xml
- background.xml
- background2.xml
- background3.xml
- background4.xml
- background5.xml
- background6.xml
- background_transparent.xml
- fdroid_logo.xml
- foreground.xml
- github_logo.xml
- ic_arrow_down.xml
- ic_arrow_right.xml
- ic_back.xml
- ic_close.xml
- ic_copy.xml
- ic_delete.xml
- ic_edit.xml
- ic_file.xml
- ic_filter.xml
- ic_globe.xml
- ic_launcher_background.xml
- ic_menu.xml
- ic_open_file_foreground.xml
- ic_open_url_foreground.xml
- ic_save.xml
- ic_search.xml
- ic_share.xml
- ic_splitscreen.xml
- izzyondroid_logo.xml
- menu_with_dot.xml
- outline_background.xml
- play_store_logo_com.xml
- ripple.xml
- ripple2.xml
- ripple3.xml
- ripple_button.xml
- ripple_list2.xml
- ripple_red.xml
- split_view_bg.xml
- transparent_drawable.xml
- ic_launcher_foreground.xml
- about_list_item.xml
- activity_about.xml
- activity_log.xml
- activity_main.xml
- activity_menu.xml
- activity_settings.xml
- edit_item.xml
- feedback_dialog.xml
- list_layout.xml
- list_layout2.xml
- list_path_layout.xml
- list_search_layout.xml
- space_layout.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_open_file.xml
- ic_open_file_round.xml
- ic_open_url.xml
- ic_open_url_round.xml
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome_foreground.png
- ic_launcher_round.png
- ic_open_file_background.png
- ic_open_url.webp
- ic_open_url_round.webp
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome_foreground.png
- ic_launcher_round.png
- ic_open_file_background.png
- ic_open_url.webp
- ic_open_url_round.webp
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome_foreground.png
- ic_launcher_round.png
- ic_open_file_background.png
- ic_open_url.webp
- ic_open_url_round.webp
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome_foreground.png
- ic_launcher_round.png
- ic_open_file_background.png
- ic_open_url.webp
- ic_open_url_round.webp
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome_foreground.png
- ic_launcher_round.png
- ic_open_file_background.png
- ic_open_url.webp
- ic_open_url_round.webp
- colors.xml
- ic_launcher_monochrome_background.xml
- ic_open_file_background.xml
- ic_open_url_background.xml
- strings.xml
- themes.xml
- themes.xml
- file_path.xml
- shortcuts.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- EditController.java
- FileManager.java
- JsonLoader.java
- RawJsonView.java
- SearchController.java
- WebManager.java
- AppInfo.java
- AppState.java
- JsonData.java
- JsonFunctions.java
- libs.java
- ListItem.java
- SearchItem.java
- EditItemTest.java
- GetArrayListTest.java
- GetAsRawJsonTest.java
- GetJsonArrayRootTest.java
- GetJsonObjectTest.java
- GetListFromPathTest.java
- IsArrayOfObjectsTest.java
- JsonFunctionsTest.java
- .gitignore
- build.gradle
- 10.txt
- 1000.txt
- 20.txt
- 30.txt
- 31.txt
- 40.txt
- 51.txt
- 900.txt
- 01_main_dark.jpg
- 02_main_light.jpg
- 03_main_dark.jpg
- 04_splitview.jpg
- 05_splitview_landscape.jpg
- featureGraphic.png
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- full_description.txt
- short_description.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- jsonlist_main.jpg
- jsonlist_material_colots.gif
- jsonlist_splitview.jpg
- jsonlist_splitview_landscape.jpg
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/SJ14Apps/JsonList
Downloads the entire project code from GitHub to your computer.
cd JsonList
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
