Good morning, my name is Massimo and I'm just a beginner with programming, I wanted to make an application that would allow me to save the number of exercises I do every day to train my leg and arm. In practice I would like to make a list where in the first field there is the date, in the second field there is for example arm and in the third field there is the number of repetitions. With the inventor app is it possible to create a table where there is each record with three fields or do you need to create three lists with different names? DATA ESERCIZI ESECUZIONE 09/02/24 1h AAAA 10/02/24 1h BBBB 11/02/24 30 min CCCC Thank you so much for the very nice and interesting tutorial.
how to stored value can change it in a listview i try to build your app(this video app), additionally i add tiny DB and i can save it but how i can remove it please reply
hi @krishna im really struggling what if your lists has different languages that your user can choose from and after choosing a certain language from the list it shows that language throughout the app in text ...how do u do that?
Hello, I just want to build this with view option. And want to display an error when a duplicate entry is made. How could I do that? (Trying to make an app to maintain student ID number) And all the student ID must be stored in a list And must be displayed when 'view' buttom is clicked.
You can use the split block to split sentences using . (Full Stop) and then add it to a list variable. I showed how to use split block here: th-cam.com/video/0Lxe6hLQ5SU/w-d-xo.html
How can I count how many times that an item in the list I create an app to display some names in a list And i need to show how many times that every name in the list is mentioned
السلام عليكم ورحمة الله وبركاته كل عام وانتم بخير سؤال مهم وضرورى جدا عملت تطبيق من اب انفنتور و عملت له ربط مع قاعدة بيانات فاير بيس سويت التاج بإدخال يدوى مثلا كرقم هوية هل توجد إمكانية التنقل بين التاجات بزر السابق و التالي
I have made 3 list view with 20 products in each list view and 4th list view is empty ,so wat ever i select from the 3 list view should appear in 4th list view.
Strange, I made this exactly as you did but I get an error saying "bad arguments made ...." when using update or remove Edit: nevermind I found the problem, used 'selection' instead of 'SelectionIndex'
Excellent video as always! Thank you.
Hello, I am Egyptian. I am one of your followers on TH-cam😍
Awesome! Thank you!
Hi When we close the app the data gets deleted. Do you have any solution for this problem?
Good morning, my name is Massimo and I'm just a beginner with programming, I wanted to make an application that would allow me to save the number of exercises I do every day to train my leg and arm.
In practice I would like to make a list where in the first field there is the date, in the second field there is for example arm and in the third field there is the number of repetitions.
With the inventor app is it possible to create a table where there is each record with three fields or do you need to create three lists with different names?
DATA ESERCIZI ESECUZIONE
09/02/24 1h AAAA
10/02/24 1h BBBB
11/02/24 30 min CCCC
Thank you so much for the very nice and interesting tutorial.
how to stored value can change it in a listview
i try to build your app(this video app), additionally i add tiny DB and i can save it but how i can remove it please reply
how to restrict repetition of elements in text box in mit app inventor?....answer me please!!!
What if I want apps to write multiple notes and make it a list?
hi @krishna im really struggling what if your lists has different languages that your user can choose from and after choosing a certain language from the list it shows that language throughout the app in text ...how do u do that?
Can u please make video for how to set reminder alarm clock
I already made a video for that: th-cam.com/video/p2VLdvFNbV8/w-d-xo.html
Hi, how to make it so, that the new items come on the top of the list?
Reverse the list.
@@KrishnaRaghavendran Hi, but i do not know how to do that!
What is the reason for using list View?
I am a Beginner.
You can use a listView to show lists/gorup of items.
Hello,
I just want to build this with view option.
And want to display an error when a duplicate entry is made.
How could I do that?
(Trying to make an app to maintain student ID number)
And all the student ID must be stored in a list
And must be displayed when 'view' buttom is clicked.
You can use a if condition to see if two entries are same...
When I go to another screen the gone how can i solve it?
Save it in TinyDB. I have a video for it: th-cam.com/video/6_6idDl0820/w-d-xo.html
@@KrishnaRaghavendran how?
I want to create a list that is divided sentences to the article on tex box.and I want to add each one of sentences to the list.can you help me.?
You can use the split block to split sentences using . (Full Stop) and then add it to a list variable.
I showed how to use split block here: th-cam.com/video/0Lxe6hLQ5SU/w-d-xo.html
Very nice but list is not save. Restart app all list is a clean
Yes, You can save the list in TinyDB. Here is a video about TinyDB: th-cam.com/video/yJu_NYdHX68/w-d-xo.html
How can I count how many times that an item in the list
I create an app to display some names in a list
And i need to show how many times that every name in the list is mentioned
You can use For Loop to loop through the list items and find the names.
the update is having
an runtime error
Tysm dude I a have a project due
How to create a database for this app ?
You can use TinyDB(Database) to store data. Learn more about TinyDB here: th-cam.com/video/yJu_NYdHX68/w-d-xo.html
السلام عليكم ورحمة الله وبركاته
كل عام وانتم بخير
سؤال مهم وضرورى جدا
عملت تطبيق من اب انفنتور و عملت له ربط مع قاعدة بيانات فاير بيس
سويت التاج بإدخال يدوى مثلا كرقم هوية
هل توجد إمكانية التنقل بين التاجات بزر السابق و التالي
لا عرب
Well expained
Thank you
Thanks a lot
Nice work
Iam a youtuber... But I didn't even see this much explained video even more.. nice work dear. Thanks for your kind support
Thanks Very Much... I created more tutorials like this in my channel. I will be posting videos every week about MIT App Inventor.
Hi need help to add total from the seleted index
Can you explain fully?
I have made 3 list view with 20 products in each list view and 4th list view is empty ,so wat ever i select from the 3 list view should appear in 4th list view.
Also i should be able to remove selected product from 4th list view ,and get total amount of the 4th list view products in total column
Total column means in textbox
These are the blocks to add the selected item(from list3) to ListView 4: drive.google.com/file/d/1TxXgh0NDB2CmuFA1ztiGjAx6kLkSQ_Tk/view?usp=sharing
you did't added the background colour
it is not making it completly done
Uzbekistan👍👍👍
Thanks!
Strange, I made this exactly as you did but I get an error saying "bad arguments made ...." when using update or remove
Edit: nevermind I found the problem, used 'selection' instead of 'SelectionIndex'
Yes, it should be selection index.
🔔👈 *Very good* 👏👏
Thanks for visiting
can you tell me ur age ?
I am 12 years old.
Excelente me agradan mucho tus presentaciones
Gracias
Hi Krishna need help in adding list item number have sent u an email pLz check and revert
Sure. I will check it