Give some tips to create an app that has options to get ecommerce selling data like 1) Product Name, 2) Product image, 3) Price etc

The masterlist contains all the records.
Each record has 5 elements.
The second element is the tub number.

1 Like

What are the blocks that I have to eliminate to store every other thing except having 'tub number selection'. I don't want the list of tub numbers for my app but except that I want everything else.

I tried like this, but not working.

Hi, can you help me?

I wish to eliminate only small portion of this app. As a beginer when I tried, I failed. I want all other parts of this app.
tubs.aia (11.6 KB)

The part that I want to remove is 'Tub selection list of numbers' at the beginning of this app as user input. But, except this part I want everything else.

(After removing this part, I am planning to embed Background Tasks: Itoo extension. But, I belive I can manage it myself). Guide me.

Thankyou for your help guys. Will ask more doubts. Thankyou for your interest to help. In the meantime, let me ask few doubts with ChatGPT as well.

[mod edit: tag removed] , Can you solve this?

I am happy to say that I SOLVED. Let me share what I did.

I simply disabled one block and my problem is solved. Thankyou for your help.

Now I am working to share the user inputs (according to the image below). Share your ideas as well.
Capture

Planning to modify these blocks.

It worked. I managed to share the user inputs to whatsapp.

Next thing that I have to do is getting, displaying and sending images from users. I don't know that much to work with Base64 Extension. But, I shall try first.

Disabling is not enough.

If in doubt
Rip it Out

1 Like

blocks - 2024-10-16T134039.131

Help me to complete this. Tried in a new project.

I wish to share either image or base64 details of the image via whatsapp. Guide me.

What is the problem:

image

will return the base64String of the file

e.g.

If you want to do it with method and event:

It is the same approach with KIO4_Base64

1 Like

I wish to do this.

  1. Users have to select image or images from phone.

  2. Those Images have to be displayed in listview.

  3. Users can edit(means re-upload) or delete any image.

  4. Users can share the images to email or whatsapp.

I wish to achieve this using TinyDB.

blocks - 2024-10-16T222315.568

I am not able to share. Error 'Can't send empty message'.

since you are sharing an image, why not use shareFile directly, but share the base64?

1 Like

I wish to share only image. Can you explain the blocks?

Actually we cannot do that. If we want to display image in mit ai2, we have to use base64 extension. Or otherwise, we cannot open and display image within app. So, I need help.

Two purpose:

  1. Open and Display image within app.
  2. Share that image to whatsapp or email.

what's that meaning?

  1. After when option 'Image Picker' is clicked, show/display the chosen image (from phone) in 'Image-UserInterface'. For doing this we need Base64 extension.

  2. Second thing is that I wish to share that image to whatsapp/email.

who told you that? You need learn some basic tutorial really.
this will work:
image

Okay, how can we share the image?