How to show image from device in app

I am stuck in one place that how i can show image and video from device to in app

Can any one help me

You can just use image component and set path there

And how to show video

I have to see that

Wait for sometime

  • Componets you need:-
  1. Image

  2. Activity Starter

  3. Button

  • Component Set Up image image:-

image


image


  • Properties of image:
    height and with = 150px

  • Properties of Activity Starter:

  1. Action: component_set_get
android.intent.action.GET_CONTENT
  1. Data Type:component_set_get (1)
image/*

Then call it : component_method

  • Block:-
    after picking use this

  • component_event

  • set picture : component_set_get (2)

  • to : component_set_get (3)