Activity related help required

I’m downloading an image in my app and after downloading complete it will enable a button when button clicked it should show image in gallery I have made the blocks but it’s showing error 601 no corresponding activity found

Can Anyone help me plese

The error tells you that the activity is not valid or does not exists.
I think android.intent.action.VIEW can not open gallery.
If you want to open any app then you will need package name and activity class and some more details (actually i have a little knowledge)

But you can show image on an image component.

1 Like

Problem solved got help from thunkable community post

To set
Action :- android.intent.action.VIEW
DATA TIPE :- image/
{Example :- image/jpg}
And
Data uri to file path

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.