Hello,
I need to display an image stored in a folder.
I got this far:
Init Variable Image fetches the image.
Modify Image resizes it.
I do not want to fetch it from the web. That would be too easy.
Question: How do I show the image on my tablet?
Thank You for any hint.
Husky
Displaying an image
Moderator: Martin
Displaying an image
"Basic research is what I'm doing when I don't know what I'm doing"
Re: Displaying an image
Just use any built-in image viewer. But usually it has to be invoked using start activity, which is a little tricky. And you have to save the file after modification before you can open it in other app.
The better way is to use widget. Just put your image at the widget and show the widget. Add click or double click action to hide the widget. There is no need to resize the image, as the widget automagically fit it to the image container. Or you change the size of the widget/image container itself.
Pro tip : You can even use action Save Widget to Image File, to save the widget as image. That is one the fastest way you can collage picture/screenshot. I use this to concat the SS first before sharing. So I don't have to upload so many file.
The better way is to use widget. Just put your image at the widget and show the widget. Add click or double click action to hide the widget. There is no need to resize the image, as the widget automagically fit it to the image container. Or you change the size of the widget/image container itself.
Pro tip : You can even use action Save Widget to Image File, to save the widget as image. That is one the fastest way you can collage picture/screenshot. I use this to concat the SS first before sharing. So I don't have to upload so many file.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Displaying an image
Hi Desmanto,
Thanks for the reply.
I'm having trouble visualizing the steps to achieve your options.
The pro tip seems to be the best one to start with
I'm a bit braindead right now.
I'll try to test the options and then get back to you.
Best Regards
Husky
Thanks for the reply.
I'm having trouble visualizing the steps to achieve your options.
The pro tip seems to be the best one to start with
I'm a bit braindead right now.
I'll try to test the options and then get back to you.
Best Regards
Husky
"Basic research is what I'm doing when I don't know what I'm doing"
Re: Displaying an image
Hi Desmanto,
Using the pro hint, the problem I was running into has been solved.
Thanks again for your invaluable help.
Best Regards
Husky
Using the pro hint, the problem I was running into has been solved.
Thanks again for your invaluable help.

Best Regards
Husky
"Basic research is what I'm doing when I don't know what I'm doing"