Day 2: iTunes search tool

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024

Комментарии • 29

  • @joeypouladi
    @joeypouladi Месяц назад +1

    So far loving this series. Really helpful 🙏

    • @toddledev
      @toddledev  27 дней назад

      Glad you enjoy it! 🙂

  • @g-f
    @g-f 8 месяцев назад +3

    I'm impressed by the simplicity of accessing the APIs.

  • @puseletsomaraba1313
    @puseletsomaraba1313 10 дней назад

    Amazing work ,can’t wait to start building projects on your platform. The dynamic data and functionality you bring to your platform is incredible.

    • @toddledev
      @toddledev  10 дней назад

      Sounds lovely ✌️ Yes, working with live data is super convenient 😊

  • @andydataguy
    @andydataguy 7 месяцев назад +2

    This tutorial is great! Just finished. This project based approach is amazing! I feel more confident than ever about building on toddle.
    Still a lot to learn but I'm more excited than ever following these bite size guides 😁

    • @toddledev
      @toddledev  7 месяцев назад

      Glad to hear it! We just released Day 4, so there is more to get stuck in to.

  • @nocodekraft
    @nocodekraft 7 месяцев назад

    Love to see how you have added/created your own list of styles for font-sizes and colors. It is incredible how easy it is to consume ready-made APIs.

    • @toddledev
      @toddledev  7 месяцев назад +1

      Thank you so much!

  • @nocodedevsmontenegro
    @nocodedevsmontenegro 23 дня назад

    I've loved Toddle until this point.
    Thanks for creating this beautiful content.
    Also, I'm totally into the toddle colors

  • @molcay8355
    @molcay8355 4 месяца назад +2

    Amazing tutorial

  • @subhajitmaji.designer
    @subhajitmaji.designer 8 месяцев назад +2

    Hi Andreas, I have been loving your software as well as you content since the day I discovered it. I am a developer and marketer, so I keep actively looking for tools that could assist in my work flow. I would love to work with you in some capacity to bring this amazing project to a big success. This definitely has a lot of potential. ❤, from India.

  • @brunocascio
    @brunocascio Месяц назад

    Lov this product! I will be testing in.
    Question about debounce: As per my understanding, debounce is a way to delay the api call for an specific amount of time. In this case, I guess toddle is only delaying requests but not debouncing.
    Example:
    1. You configured a debounce of 800ms
    2. User types "C O L D P L A Y" lets say in less than 800ms, then only 1 requests should be made rather than 1 per character with a 1s delay each.
    Hope you got what I'm saying :D
    Again, amazing product!

    • @toddledev
      @toddledev  Месяц назад

      It is a debounce. In you example if each keystroke is less than 800ms between then it will only make a request when the user stops typing

    • @brunocascio
      @brunocascio Месяц назад

      ​@@toddledev Exactly, and shouldn't it behave on that way? I mean, while typing I wouldn't want the app making calls to an API, instead delays the bunch of chars written and perform only 1 API request with "coldplay" instead of 8 requests with c, co, col, cold, etc.
      Thanks in advance

    • @toddledev
      @toddledev  Месяц назад

      @@brunocascio Yes that is a debounce, that is how it works.

  • @RealMusicHype
    @RealMusicHype 7 месяцев назад +1

    00:21 Very good!

  • @thealinecchannel
    @thealinecchannel 4 месяца назад +1

    Hi, guys? The design of my audiobar looks different from the one you showed here. I tried to find a way to change that but couldn't. Can u help me?

    • @TentationAI
      @TentationAI 4 месяца назад

      same here

    • @toddledev
      @toddledev  4 месяца назад

      Sure thing @thealinecchannel and @TentationAI. Just hop into our discord community and share a screenshot, then we can better help you out.

  • @andreaochoa6873
    @andreaochoa6873 3 месяца назад

    Hi, I just don´t understand why do you start with the music list instead of de search bar?

    • @toddledev
      @toddledev  Месяц назад

      Always get the data in first, then it's easier to see what you are doing.

  • @imhugeinjapan7
    @imhugeinjapan7 7 месяцев назад

    Tutorial was great, how come the audio loads so slow? Anything I can do about that? The design also looks different on my Mac than in your tutorial for the audiobar just FYI.

    • @toddledev
      @toddledev  7 месяцев назад

      No unfortunately that was a problem with the recording. It shouldnt be a problem on later videos

  • @TheMission-byVK
    @TheMission-byVK 25 дней назад

    Can I build a productivity app in this

    • @toddledev
      @toddledev  24 дня назад

      Oh yes! We built toddle in toddle, so pretty much anything is possible! ✌️

  • @abdirahmanmohamed5489
    @abdirahmanmohamed5489 8 месяцев назад

    Could you show the finished product too?