From b3fe5194fbbca9344e3b0dbb1bd925ac59d5e70b Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Sun, 12 Nov 2023 12:30:00 +0100 Subject: [PATCH] readme: Add readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3969627 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +# Image Display Widget for Android + +(CC) 2023 by Andreas Frisch + +## OwO what's this? +**`imagewidget` is an app that shows a gallery image in a widget on the Android home screen** + +## Features +* Appears in widget list, can be dragged to home screen +* Gallery image selection +* Resizable widget + +## Screenshots +| ![](docs/widget-list.png) | ![](docs/image-selection.png) | ![](docs/homescreen-with-widget.png) | +|:--------------------------| :---------------------------- |:-------------------------------------| + +## Compatibility +* Android 7.0 Nougat + + +## Disclaimer +* This is my first ever Android app, don't consider it production ready