https://github.com/imagej/example-android-app
[EXPERIMENTAL] An example using ImageJ in an Android project
https://github.com/imagej/example-android-app
Last synced: 16 days ago
JSON representation
[EXPERIMENTAL] An example using ImageJ in an Android project
- Host: GitHub
- URL: https://github.com/imagej/example-android-app
- Owner: imagej
- Created: 2020-10-29T12:39:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T18:04:41.000Z (over 5 years ago)
- Last Synced: 2025-11-12T04:33:15.051Z (8 months ago)
- Language: Java
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project contains initial work on an Android project that uses ImageJ.
___It is still experimental, and would benefit from additional polish and
reorganization. NOTHING HERE IS STABLE YET.___
Currently contains two components, `imagej-android` and `scijava-android` in
there, first rudimentary libraries for displaying an interactive command and
`RandomAccessibleInterval` + text views, testing the SciJava UI framework with
Android `RecyclerView`s... It's working, but it's not really a small example
at the moment.
Additional notes + images showing results will come later.