i'm displaying image stored on device storage to image view on app and in imageview on widget, it works fine on app but on widget it's not getting displayed and
Is that possible to make live update the data of Widget using Glance jetpack compose ? Like update data while database is changes . For example while I am using
I am developing Android v2.2 app. I have a Fragment. In the onCreateView(...) callback of my fragment class, I inflate an layout to the fragment like below: @Ov