How to Save Photos to Database in MIT App Inventor (P 2) | App Inventor Loading Images from Cloud DB

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 55

  • @uzmashahzad9061
    @uzmashahzad9061 5 หลายเดือนก่อน +1

    Easily understandable tutorial. Thanks for sharing part 2. Further steps are clear now.

  • @tiffanyjohnson7427
    @tiffanyjohnson7427 5 หลายเดือนก่อน +1

    Thanks for making a part 2! This video helped me understand how to load the images back from the cloud

  • @ayedanasim5713
    @ayedanasim5713 5 หลายเดือนก่อน +2

    This is exactly what I was looking for! The explanation of converting the image to base64 before storing it in Cloud DB was very helpful

  • @adyamys5110
    @adyamys5110 5 หลายเดือนก่อน +1

    Thnx for uploading parts, was eagerly waiting for it❤

  • @yummytemptations
    @yummytemptations 5 หลายเดือนก่อน +1

    Tremendous job in creating amazing tutorials. Really helpful.

  • @sammislearning
    @sammislearning 4 หลายเดือนก่อน +1

    Easily understandable tutorial.

  • @MrsAFAQUE
    @MrsAFAQUE 5 หลายเดือนก่อน +1

    Thank for sharing this informative tutorial

  • @nubainzafar1578
    @nubainzafar1578 5 หลายเดือนก่อน +1

    That's a great and very easy to understand tutorial 👍

  • @humairasiddiqui8476
    @humairasiddiqui8476 5 หลายเดือนก่อน +1

    Thanks for sharing and showing in detail 👍

  • @atikamujtaba
    @atikamujtaba 5 หลายเดือนก่อน +1

    Thank you so much for sharing this informative video!

  • @sammislearning
    @sammislearning 5 หลายเดือนก่อน +1

    I've learned a lot from this channel ❤️
    Thanks for sharing these amazing tips

  • @Aleena_Ali1
    @Aleena_Ali1 5 หลายเดือนก่อน +1

    Thanks for sharing more details 👍🏻

  • @novinayaz9347
    @novinayaz9347 5 หลายเดือนก่อน +1

    Thanks for sharing this amazing tutorial ☺️

  • @MrsAfaque-r9f
    @MrsAfaque-r9f 5 หลายเดือนก่อน +1

    This tutorial is very helpful for kearner

  • @atikasphotography
    @atikasphotography 5 หลายเดือนก่อน +1

    Thanks for explaining so well 😊

  • @carestudio1303
    @carestudio1303 5 หลายเดือนก่อน +1

    Awesome tutorial as always 🥰

  • @adyamy4052
    @adyamy4052 5 หลายเดือนก่อน +1

    Thnx for the detailed information

  • @brandslover1358
    @brandslover1358 5 หลายเดือนก่อน +1

    Masha-Allah you are gem ❤

  • @UjalaaliOfficial
    @UjalaaliOfficial 5 หลายเดือนก่อน +1

    This tutorial also very helpul Thanks dear 👍🏻

  • @binteidrees8277
    @binteidrees8277 5 หลายเดือนก่อน +1

    Thanks so much for sharing

  • @huyenizzi
    @huyenizzi 5 หลายเดือนก่อน +1

    Thank you so much

  • @dim_strat
    @dim_strat 3 หลายเดือนก่อน +1

    Thank you for this video!!!! But can you create a video for imagepicker with Cloud?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  3 หลายเดือนก่อน

      Most welcome 😊
      My next tutorial will be on a similar topic. Image picker to firebasedb but you can use clouddb instead as the blocks are identical for both types of databases in MIT App Inventor.

  • @CesiumHere
    @CesiumHere 5 หลายเดือนก่อน +1

    Thankss :)

  • @turbo_net
    @turbo_net 5 หลายเดือนก่อน +1

    😊

  • @tamillectures-engineeringm1271
    @tamillectures-engineeringm1271 25 วันที่ผ่านมา

    Can I follow this for TinyDB, as well?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  25 วันที่ผ่านมา

      Remember that tinyDB isn't cloud storage. It is the storage on your device and can be accessed by your device only Then, why do you need to convert to base64. Just store the file path of the images in tinyDB. You can take a look at this camera app tutorial for reference: th-cam.com/video/1ZyHx6EZVLs/w-d-xo.htmlsi=ir81rWLQVUG0yobY

    • @tamillectures-engineeringm1271
      @tamillectures-engineeringm1271 25 วันที่ผ่านมา

      @@ObsidianSoftEducation When I tried to store and display image, it was not working for TinyDB as well. Let me watch the video you shared.

    • @tamillectures-engineeringm1271
      @tamillectures-engineeringm1271 25 วันที่ผ่านมา

      @@ObsidianSoftEducation Actually, I am trying to create an app with following features.
      1) Upload images within app from phone.
      2) Store it in tinyDB.
      3) Display all images in app, when 'Show' button is clicked.
      4) Share the images to whatsapp or email when the 'Share' button is clicked.

  • @ThatCodingCube
    @ThatCodingCube 5 หลายเดือนก่อน

    Plz make a turto of firebase database on when we login or register then the same screen wont show up please

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  5 หลายเดือนก่อน

      I have already done a Firebase signup login screen tutorial: th-cam.com/video/AAiyBzyMwX8/w-d-xo.html I don't know what you mean by the same screen not showing up. Which screen?

    • @ThatCodingCube
      @ThatCodingCube 5 หลายเดือนก่อน

      After we login or register the login / regiater screen should not come after we reopen the app so we dont have to login again and again

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  5 หลายเดือนก่อน

      If the user has successfully logged in once from a device, store this success status in tinyDB ( database storage on device). When the user reopens app, check this status in screen initialize of a splash screen . If = success, open main screen otherwise open login screen.