Is it possible to only build the an Android app of MuWire.
It should only get a hash of the file from the messager-/browser-/pdf-app and
download the file in the Downloadsfolder of the mobile
Is this easier to port, because no ui, search results, chat, message?
Could be a good usage if you can just use hash in a messenger app or elsewhere
and try to download with muwire for whatever reasons.
Thanks
Easy to port to android with only simple functions?
-
- Posts: 37
- Joined: 12 Feb 2022 02:58
Re: Easy to port to android with only simple functions?
I don't know anything about working on Android but in theory it should be possible. MuWire is split into core and UI and the core compiles with java 8 which is what is available on Android. To do what you suggest one also needs to define an URI schem for MuWire hashes, but that's not a showstopper. See this discussion for more info https://github.com/zlatinb/muwire/discussions/131