more README info; pictures; DB closure for ShareActivity

This commit is contained in:
Sean 2024-12-19 14:21:56 -05:00
parent 6efc014ce5
commit acdfe4c306
4 changed files with 26 additions and 2 deletions

View file

@ -1,3 +1,19 @@
# mealie-android-share
# Mealie Android Share
Simple Android App to easily share recipe URLs to a locally owned Mealie server.
## Simple Android App to easily share recipe URLs to a locally owned Mealie server.
The app is *very* basic.
The main activity stores your server URL and API token in a SQLite DB.
Then you can click your Android's "Share" button and select "Mealie URL Share" and it will send the URL to your server for parsing.
Will work with any shared URL.
NOTE: This doesn't verify URLs or check for duplicates.
Screenshots:
![sharing_url](Screenshot_share.png)
![app_screen](Screenshot_app.png)