Thank you so much for this incredible tutorial! Your clear explanations and step-by-step guidance have been a game-changer for me. I was struggling with this topic, but your video made it so much easier to understand. Your expertise and teaching style are truly appreciated. Keep up the fantastic work
@@ObsidianSoftEducationdidi namaste didi mujhe ye puchhna hai ki yahi app Android builder me bna kr with extension playstore pe daalu to copyright to nhi aayega
@@ObsidianSoftEducationdidi kya mai extension chrome de download kr ke usko app mai lga kar playstore me daalu ko copyright to nhi aayega jaise Pdf app, dictionary app, 2048 jaise popular game and so many other app Please reply didi😢😢
@NatureBeautys if it is a free extension then no issue. Do look at how the extension creator wants to be given credit. An extension is just a piece of code that makes work easier for us. Usually such extensions are licensed under Creative Commons so can be used by anyone. And no you shouldn’t have any problem in publishing an app that uses a free extension.
I've been looking for a comprehensive MIT App Inventor tutorial, and this one nailed it! Building a Weather App is such a cool project. I can't wait to explore more possibilities with this platform.
Mam how to save game points for players separately in there user app I saved the points but when I open with different ID same points are showing please help me 🙏
If it is not reliable then use tinyDB to store username and load it on next screen although start value should work all the time. I have used it successfully in my scratch card app to pass the color of card chosen by user to the next screen.
@@ObsidianSoftEducation mam actually I am making a Fun game which consists points and I want to make a withdrawal page also on it but The problem is the points on fun page is not deducted but withdrawal points deducted I use many type and when finally Fun page points also starting deducted same as deducted from withdrawal then When App reopens users initial (last) points not backup I CAN PROVIDE YOU MY AKA FILE PLEASE MAKE A CHANGE ON IT I UPLOADED MY AKA FILE ON drive please help me 🙏 drive.google.com/file/d/1FvIYMDZB_jZvSJeUWFt7zFdZaDOyrUs8/view?usp=sharing
Very cool tutorial. Now I want to implement the weather forecast into the app. I managed to change the URL accordingly but the response JSON is too complex for me. Would be awesome if you would do weather app tutorial part 2 which includes forecast. But in any case I love your Chanel
I'm the one who was never interested in programming and stuff 😅 I always find it so difficult but your detailed tutorials even make me understand this thing that I thought I'll never be able to understand 😂
Mam can you tell me that how we can transfer a name to another screen I am trying to display name of client which he submit in sign up automatically show at home screen For example when Client sign up with Rohan then on home page It will show Welcome Rohan. Please Help 🙏🙏
In your signup screen, open home screen with start value block from Control and pass the user name. If you scroll down in control blocks, you can also get a separate startValue block that you can use in your Home Screen to show user name.
In your sign up screen code, use the open screen block from control but use the block in which you have the option to pass a start value. Plug in your user name as the start value. In your Home Screen code, in the initialize event code, use the start value block from control to show the user name. The start value will contain the user name passed from the sign up screen.
It's not working now days. I did everything correctly as you have done, still when I click on buttom, both the text and not found are showing but why can this happen?
After reading your comment, I opened up my project and connected it to the companion app to check if there was any issue. It is still working for me. Please have a look at the written tutorial too to see where the issue might be in your code. Written Tutorial: obsidiansofteducation.blogspot.com/p/weather-app-in-mit-app-inventor.html
@@ObsidianSoftEducation alright mam now all done I read and tried everything, mine is working properly but there is a problem now that your photo is visible but mine is everything is working but nothing is visible in the photo, what could be the problem? 😕
@@adr_style I am sorry but I don't know why it is not working for you as the image is still showing when I try the same code on my device. Please compare the code again.
Please make sure that you are connected to the Internet. Are you getting any errors? Use a notifier to show alert and see what is inside response. Also, remember to use proper API key.
It shows you the current temperature. It is pretty accurate for me. Google is showing me 38 °C....the app is giving me 37 °C. Also, all weather services might vary a bit in their results depending on how they are gathering their data.
Always start your project with toolkit default. They have recently added this option of choosing toolkit and if we don't choose default, many components aren't available. Since you have made the project, go to the project properties and select default for the toolkit. You may need to go back to designer view and come back to the blocks section to see the added blocks for image.
On the api explorer page, enter your required query and use the sample response to see what the API returns and then you will have to change the decoding part in your code so that you interpret the response correctly. Just remember that only basic parameters of weather api are free. For advanced usage, you have to pay a subscription fees.
Thank you so much for this incredible tutorial! Your clear explanations and step-by-step guidance have been a game-changer for me. I was struggling with this topic, but your video made it so much easier to understand. Your expertise and teaching style are truly appreciated. Keep up the fantastic work
You're very welcome! And, thank you for such an amazing review.
@@ObsidianSoftEducationdidi namaste didi mujhe ye puchhna hai ki yahi app Android builder me bna kr with extension playstore pe daalu to copyright to nhi aayega
@@ObsidianSoftEducationdidi kya mai extension chrome de download kr ke usko app mai lga kar playstore me daalu ko copyright to nhi aayega jaise
Pdf app, dictionary app, 2048 jaise popular game and so many other app
Please reply didi😢😢
@NatureBeautys if it is a free extension then no issue. Do look at how the extension creator wants to be given credit. An extension is just a piece of code that makes work easier for us. Usually such extensions are licensed under Creative Commons so can be used by anyone. And no you shouldn’t have any problem in publishing an app that uses a free extension.
I haven’t used android builder.
This MIT App Inventor Weather App tutorial is gold! I appreciate how you explained each component and function in detail. I'm excited to customize it
Great to hear!
I've been looking for a comprehensive MIT App Inventor tutorial, and this one nailed it! Building a Weather App is such a cool project. I can't wait to explore more possibilities with this platform.
Awesome, thank you!
You're explaining every bit of programming with full dedication. Thanks for sharing this.
Glad it was helpful!
Amazing videos ,tutorial for IT students or people. Must watch
Thanks a million
Thanks for sharing informative video …keep sharing more content
So nice of you
You have explained it in detail and made it really easy for us to understand
Thank you 😊
Well explained video, always informative and something new.
Glad you liked it!
It's a complete guide for easy app programming.
Thank you 😊
Thank you 😊
Ur videos are helping my son a lot. Thnx for amazing tutorials
Most welcome 😊
What a wonderful App! Great thing in this weather
Yes indeed!
Thank you so much for the tutorial, I used this video for Inspiration for my Computer Ed class!
Most welcome 😊
Your way of explaining it is really good, thanks for this video 👌
Glad you liked it!
Marvelous 👍 looks so cool to work on 🤗
Thanks so much 😊
It's really good and interesting tutorial for beginners
Glad you think so!
So well explained ❤ Thanks for sharing
Glad it was helpful!
Mam how to save game points for players separately in there user app
I saved the points but when I open with different ID same points are showing please help me 🙏
Use tinyDB for saving on phone and CloudDB for saving in the cloud. I have done multiple tutorials on both.
@@ObsidianSoftEducation mam vo video nahi mil rahe link de do🙏🙏
For tinyDB: ua-cam.com/video/kBt2fzEba1c/v-deo.htmlsi=aF0WJ58T9JkRM7Di
Very interesting app and explained very well.
Glad it was helpful!
This weather app is soo cool to try❤
Thank you!
Mam I used Start value block but sometimes it not displaying the start value on other screen please help 🙏
If it is not reliable then use tinyDB to store username and load it on next screen although start value should work all the time. I have used it successfully in my scratch card app to pass the color of card chosen by user to the next screen.
@@ObsidianSoftEducation mam actually I am making a Fun game which consists points and I want to make a withdrawal page also on it but The problem is the points on fun page is not deducted but withdrawal points deducted I use many type and when finally Fun page points also starting deducted same as deducted from withdrawal then When App reopens users initial (last) points not backup
I CAN PROVIDE YOU MY AKA FILE PLEASE MAKE A CHANGE ON IT
I UPLOADED MY AKA FILE ON drive please help me 🙏
drive.google.com/file/d/1FvIYMDZB_jZvSJeUWFt7zFdZaDOyrUs8/view?usp=sharing
@@ObsidianSoftEducationm done I got It
good to hear that you resolved your problem :)
@@ObsidianSoftEducation Mam I master this all from your support
Thanks Mam 👍👍
It seems like this video has complete guide for easy App programming & settings.
yes it is a pretty good app
Great explanation 😊
Glad it was helpful!
Very cool tutorial. Now I want to implement the weather forecast into the app. I managed to change the URL accordingly but the response JSON is too complex for me. Would be awesome if you would do weather app tutorial part 2 which includes forecast. But in any case I love your Chanel
Glad it helped! Have a look at my JSON decoding tutorial for interpreting responses. ua-cam.com/video/UDTfAiNaoko/v-deo.html
Informative
Thank you :)
I'm the one who was never interested in programming and stuff 😅 I always find it so difficult but your detailed tutorials even make me understand this thing that I thought I'll never be able to understand 😂
Thank you for the wonderful feedback 😊
very well explained
Thanks for liking
Mam can you tell me that how we can transfer a name to another screen
I am trying to display name of client which he submit in sign up automatically show at home screen For example when Client sign up with Rohan then on home page It will show Welcome Rohan.
Please Help 🙏🙏
In your signup screen, open home screen with start value block from Control and pass the user name. If you scroll down in control blocks, you can also get a separate startValue block that you can use in your Home Screen to show user name.
@@ObsidianSoftEducation mam please explain it in video 🙏🙏
The user name option is not shown in home screen
In your sign up screen code, use the open screen block from control but use the block in which you have the option to pass a start value. Plug in your user name as the start value. In your Home Screen code, in the initialize event code, use the start value block from control to show the user name. The start value will contain the user name passed from the sign up screen.
@@ObsidianSoftEducation ohk I will try
Thanks 🙏
@@ObsidianSoftEducation Thanks mam It works 👍👍
It's not working now days. I did everything correctly as you have done, still when I click on buttom, both the text and not found are showing but why can this happen?
After reading your comment, I opened up my project and connected it to the companion app to check if there was any issue. It is still working for me. Please have a look at the written tutorial too to see where the issue might
be in your code. Written Tutorial: obsidiansofteducation.blogspot.com/p/weather-app-in-mit-app-inventor.html
@@ObsidianSoftEducation alright mam now all done I read and tried everything, mine is working properly but there is a problem now that your photo is visible but mine is everything is working but nothing is visible in the photo, what could be the problem? 😕
Did you use the join in which we join the word "http" with the get value for key block?
@@ObsidianSoftEducation yes I used but not show anything
@@adr_style I am sorry but I don't know why it is not working for you as the image is still showing when I try the same code on my device. Please compare the code again.
Great
Thank you 😊
Thank you
Most welcome
hi when i click submit it doesnt work can you help
Please make sure that you are connected to the Internet. Are you getting any errors? Use a notifier to show alert and see what is inside response. Also, remember to use proper API key.
why the temperature is not same as is google....is this real time weather?
It shows you the current temperature. It is pretty accurate for me. Google is showing me 38 °C....the app is giving me 37 °C. Also, all weather services might vary a bit in their results depending on how they are gathering their data.
hello mam i am unable to see the no avaliable assets what can i do
Always start your project with toolkit default. They have recently added this option of choosing toolkit and if we don't choose default, many components aren't available. Since you have made the project, go to the project properties and select default for the toolkit. You may need to go back to designer view and come back to the blocks section to see the added blocks for image.
Plz make Educational app
Sure 😊
How can I make it show other parameters or values?
On the api explorer page, enter your required query and use the sample response to see what the API returns and then you will have to change the decoding part in your code so that you interpret the response correctly. Just remember that only basic parameters of weather api are free. For advanced usage, you have to pay a subscription fees.
@@ObsidianSoftEducation thank you!
☺️