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

Il try. Right now, when i tried the below blocks, the GotText block produced the output of given string in a label. But, split block is not working. Let me try what you shared.

1 Like

Yes, it worked.

Thankyou very much.

Here, you successfully separated the texts. But, how can we make each separated-text as new element/input of Listview?

Capturea

I am thinking to apply this idea that you shared earlier. Will it help?

In the project
tubs.aia (11.6 KB)
each Listview element/user-input-record was added/stored after each button click. Here, each Listview element has to be added for each separated text but without any button click.

Can you guide me?

Thankyou for sharing the concept.

Okay, I added Listview.element block, it worked.

Thankyou very much.

Now, I wish to convert each Listview element (base64) into image and display it in Listview (+ TinyDB).

FACING ERROR: Operation Elements cannot accept arguments : , [''FilePicker1''].

I changed the file name from 1.txt to 2.txt. So, for instant solution I did this. When Il get free time I will solve this.

And, can you say how can I work with any area of phone memory using your extension. Because, my app will upload file that is stored somewhere in phone. Then, from that file it will produce results. You will understand by seeing the blocks that I posted in previous comment. Can you guide me?

When I check the MFile3.SaveFile block using Do It Feature, I am facing this error.

Capture

I need help. Can mit ai2 read files from any any areas of phone memory?

I can't understand anything.

In my case I tried to pick file (text file, eg. 1.txt) from ASD and succeeded, then I tried to store back again the same uploaded/picked file with different name (eg, 2.txt) in ASD but failed, Why?

Thankyou @Taifun for moving the post here. And, can we achieve this in mit ai2? And if so, can you explain with blocks?

Yes. Open a new topic explaining exactly what your problem is.

1 Like

Sure, I also thought to discuss this in a new Topic. Thankyou for your suggestion.

I found this one, sometimes this may help. Let me read few more comments. SAF.

hi, I found your app
Saf_readWrite.aia (60.6 KB)

Il, try this as well. My goal is to upload text file, read it, convert base 64 texts to image with the help of KIO4Base64 extension blocks, if necessary store the text file in ASD.

Anyhow, let me read few more comments.

"convert base 64 texts to image"

:question:

1 Like

Did you read / understand this?