Victor Kuzmichev
Victor Kuzmichev
  • Видео 70
  • Просмотров 157 258
FlutterFlow Hints: Using Callback Action to return mutliple parameters from Bottom Sheet
Callback Actions may be a bit complicated in FlutterFlow. Here I explain how to pass multiple parameters from the Bottom Sheet (used for search parameters) to the main page, using Callback.
This is the first video in the "FlutterFlow hints and tips" series, subscribe for more!
Просмотров: 295

Видео

Adalo 2.0 Layout Hints: multiple conditionally - visible images on top of each other
Просмотров 1385 месяцев назад
An answer to an interesting question on Adalo forum: how to put multiple images on top of each other, make them conditionally visible and make sure that the layout is correct?
Adalo quick hints: advise about visibility in legacy mobile apps
Просмотров 1109 месяцев назад
A quick fix for the issues related with visibility - when a conditionally visible element "jumps app" on the screen.
Adalo How-Tos: Question of the day
Просмотров 11710 месяцев назад
Ever wondered how to create a "Question of the Day" functionality for your Adalo app users? One of the solutions explained in this video. See a text explanation here: forum.adalo.com/t/no-solution-for-daily-random-items-every-day/43859/5. P.S. Liked this video? Support with a coffee: www.buymeacoffee.com/victorandco ;)
Adalo quick hints: keep list items' layout by using opposite visibility conditions.
Просмотров 11311 месяцев назад
Here I show how to keep the list items the same size when displaying a conditionally visible elements (image). Ever had the problem of list item size changing? Watch this video!
Adalo quick tips: how to generate a QR code with a contact info (VCard)
Просмотров 26311 месяцев назад
This is a quick tip explaining how to generate a QR code with the contact information in the Adalo app. We generate VCard QR code here.
Adalo Quick Hints: how to identify the 1st item in a list
Просмотров 184Год назад
In this video I show how is it possible to show some object (e.g. icon) only in the first item in a list in Adalo. Spoiler: I'm using counts for that!
Adalo + Make: how to use new Adalo API filtering in Make scenarios
Просмотров 530Год назад
Recently Adalo has introduced basic Filtering capability in the Collections API. In this video I explain how to use it in Make scenarios - as there are no updates to Adalo modules (yet). You can buy me a coffee to support creating more videos: www.buymeacoffee.com/victorandco
Adalo tricks: how to add /substract value in the input with buttons and other inputs.
Просмотров 830Год назад
How to create / - buttons which change numeric value in an Input - without using database. Spoiler: 2 other inputs involved!
Adalo help: Dancers in the Show - how to highlight repeats in the list?
Просмотров 2892 года назад
In this video I show one of the solutions to the question from this Adalo forum thread: forum.adalo.com/t/highlight-repeats-in-list/31407. The question may be quite specific, but the solution is a good example how "COUNT" could be used in Adalo.
Adalo + Make / Integromat: how to set relationship for Adalo record in Make scenario
Просмотров 1,8 тыс.2 года назад
In this video I show how to set a relationship between 2 records in Adalo (case with one-to-many connection) in Make / Integromat scenario. The example is artificial but it shows the principle. Also some useful advices on the side :) Enjoy!
Adalo quick help: onboarding screen which appears only one time - case with non registered users
Просмотров 2,7 тыс.2 года назад
Here I show how to display an onboarding screen only once in case of NON-registered users. Spoiler: I use Input to store the value if user has onboarded or not.
How to limit the number of login attempts with the same email in Adalo
Просмотров 5302 года назад
In this video I show one of the solutions how to limit the number of login attempts with the same email in Adalo. After the limit is reached, user can't log in anymore. After a successful login the "count" resets.
Adalo: how to select an option from a custom list using toggles' imitation
Просмотров 2,8 тыс.2 года назад
This video could be useful for cases when you'd like to create a search. Imagine: you have a custom list of options, and you would like to use checkbox to select one option and use it in further search. Here I show how to do it.
Adalo: how to display a weather forecast using external collections
Просмотров 1,5 тыс.2 года назад
In this video I show how to display the weather forecast using WeatherAPI.com. As API call returns the forecast results as an array, I use External Collections to get it. Enjoy!
Adalo hints: how to simulate OR condition in the list
Просмотров 8402 года назад
Adalo hints: how to simulate OR condition in the list
Adalo hints: Slider value is displayed in colour (basic and advanced setup)
Просмотров 1,4 тыс.2 года назад
Adalo hints: Slider value is displayed in colour (basic and advanced setup)
Adalo hints: how to show two *different* random items from one collection, at one time.
Просмотров 7742 года назад
Adalo hints: how to show two *different* random items from one collection, at one time.
Adalo quick help: how to display ranking position in the list (leaderboard-style)
Просмотров 1,7 тыс.2 года назад
Adalo quick help: how to display ranking position in the list (leaderboard-style)
Adalo fundamentals: how to turn on or off all switches at once
Просмотров 7882 года назад
Adalo fundamentals: how to turn on or off all switches at once
Adalo Help: Upvotes & Downvotes for Posts - continued! Part 2: main functionality
Просмотров 4843 года назад
Adalo Help: Upvotes & Downvotes for Posts - continued! Part 2: main functionality
Adalo Help: Upvotes & Downvotes for Posts, pt1 - application preparation, adding Posts functionality
Просмотров 4503 года назад
Adalo Help: Upvotes & Downvotes for Posts, pt1 - application preparation, adding Posts functionality
Adalo Help: Upvotes and Downvotes
Просмотров 9173 года назад
Adalo Help: Upvotes and Downvotes
Adalo Mini-App series: CountDown Timer Pause and Continue
Просмотров 2 тыс.3 года назад
Adalo Mini-App series: CountDown Timer Pause and Continue
Adalo Mini-app series: Followers, Influencers and follow requests - using separate collection
Просмотров 2,1 тыс.3 года назад
Adalo Mini-app series: Followers, Influencers and follow requests - using separate collection
Adalo hints: conditional actions for logged in and anonymous users
Просмотров 1,9 тыс.3 года назад
Adalo hints: conditional actions for logged in and anonymous users
Adalo experiments: how to download all collection as CSV from the app
Просмотров 2,3 тыс.3 года назад
Adalo experiments: how to download all collection as CSV from the app
Adalo experiments: consolidating list items into a string with Integromat
Просмотров 1,2 тыс.3 года назад
Adalo experiments: consolidating list items into a string with Integromat
Adalo quick hints: Maps component refresh
Просмотров 2,1 тыс.3 года назад
Adalo quick hints: Maps component refresh
Quick QR code scanner in Adalo for mass QR processing
Просмотров 6 тыс.3 года назад
Quick QR code scanner in Adalo for mass QR processing

Комментарии

  • @HennieSmith
    @HennieSmith День назад

    Victor, simple solution and easy to implement, however it doesn't work if you have a longer list to update, in my use case I'm trying to update a product list of 150 and at run time, the timer seems to be able to update in region of 20 to 50 records... it's almost as if it only "Updates" the amount of Records displayed.... it's when you go back and scroll down on the list that contains the Timer, will the Action start to update more records... the same limit applies when you implement a True/False Toggle instead of the Timer, in the Action you specify to Update Record where Toggle = True... but it only "Updates" a limit amount of Records... any work around that you can think of?🤔🤔🤔

  • @AJ-qd5cs
    @AJ-qd5cs Месяц назад

    Awesome ! I am not sure how or why this works, but it does :-) Also instead of the 2nd timer, I just had two consecutive actions, the second one being the return to the previous screen.

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

    Great explanation! Would using the same logic for ''Quote of the day'' make sense? Or is there a better way? I want to show my users different quote every day...

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

    Hello, congratulations on the video. Could you make a video with a Texfild, DropDown and a Data field filtering a single listview that comes with data from Supabase, without using an API? I am from Brazil🇧🇷

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

      I would have filters positioned above my table (which is a ListView), and these filters would filter the data in the table. In the example used, it can be applied to any other context. For example, in a list of students, where in the “Student Name” column I have ten students and I want to filter by the name “James”. In this list, I have three students named "James" and in the "Student Status" column, one James is "Passed", another is "Failed", and the last James is "Pending". DropDown offers these three options to select from. Then I could use the `TextField` filter to search for the name "James" in my ListView as I can have a list of students at the school and then filter by `DropDown` to select the student status I want, like "Passed", " Failed" or "Pending". This would allow me to filter the list based on student name and status. To summarize, in Supabase you would have three columns: `student_id`, `Student Name` and `Student Status`.

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

    Thank you so much. This is very useful. Came just at the right time. Do more tutorials.

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

    thanks, good work...

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

    Thank you! In my app, I don't want users to be able to change or delete their account information and cause it to vanish from other users contact lists. In my example, maybe a client owes a business money and wants to avoid their calls by changing their number or deleting their account. I assume I can make this work for me so that even if they delete the original user account, all of the people they've done business with in the past won't lose that info!

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

      You can set this up as you need and there are various ways to ensure that information stays untouched. E.g. you can simply restrict user account editing, or log all information in a separate collection, or allow editing only some fields, etc.etc.

  • @carltonblack2008
    @carltonblack2008 5 месяцев назад

    How do I do this with a list?

    • @victorkuzmichev2443
      @victorkuzmichev2443 5 месяцев назад

      I'm not sure what you would like to do with the list? The video addresses the issue with Images being a container themselves (and therefore conditional visibility isn't working correctly without adjustments). RUclips isn't a very good platform for forum discussions - I'd advise to post your question with more details in Adalo forum and you may get some help there.

    • @carltonblack2008
      @carltonblack2008 5 месяцев назад

      @@victorkuzmichev2443 How do you turn a list into a slider... I forgot what it's called. It's a list that only shows one item at a time. The usually have numbers on the bottom or arrows to skip to the next list item.

    • @carltonblack2008
      @carltonblack2008 5 месяцев назад

      @@victorkuzmichev2443 Sorry if this is a double post. I thought I replied but it doesn't seem to be showing up here... So what I am asking how to do is make a list that only shows one item at a time. I forgot what they're called, but basically turning a list into a slider with forwarded and backward arrows.

    • @victorkuzmichev2443
      @victorkuzmichev2443 5 месяцев назад

      @carltonblack2008 if you're talking about images, there is an "Image Slider" component which can show one image from a collection. For a custom list, you will need to implement the logic by yourself. One of the ways is to assign unique sequential IDs to each item in the collection, filter a list based these IDs (store Current ID in an input/logged-in user property), and change IDs when pressing back/forward buttons. A similar approach is described here: ruclips.net/video/GR4onw-TCHA/видео.html.

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

    Hi thank you, I have a question, when I enter a quantity in that input ; is it possible to have as many records as I have entered quantity in that input ?

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

      This is called "bulk record creation" and it is not something Adalo can do out-of-the-box (we're talking about records in one collection here). For small number of records (5..10) you can use the trick with countdown timer (I had some videos about that). For large number of records you need to use some 3rd party tool like Make and create records using Collections API, but this requires Team plan.

  • @LizStevens-j5n
    @LizStevens-j5n 7 месяцев назад

    I made the mistake of not changing the permissions on the temporary password field. Works well now.

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

    I don't understand...the list shows, only names names names ...but when you preview, it shows Red, Blue, Yellow... how did the names changed from Names to the actual Colour

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

    Спасибо за видео! А как заполнить с помощью QR CODE SCANNER сразу несколько значений ?

  • @juandelacruise5403
    @juandelacruise5403 9 месяцев назад

    Can anyone teach me how to make the pw remembered so we don't have to keep loging in. Thanks much to all

  • @ibrahimtaqieddin9381
    @ibrahimtaqieddin9381 9 месяцев назад

    You saved me A lot ! thank you so much

  • @GOBish23
    @GOBish23 10 месяцев назад

    Hi Victor - thank you so much for the helpful tutorial. For some reason to get mine to work correctly, adding +1 does not increase tmpCurrentDate by 1 day and subtracting 1 does not decrease by one day for the arrows of changing the date. Instead, I need to do +2 to increase the day by one and then -0.5 to decrease the day by one. Then when I create the record for the day, I need to enter User tmpCurrentDate +1 for the date in order for it to record the correct day. Any ideas? Is it a time zone issue perhaps?

  • @sofer-medias
    @sofer-medias 10 месяцев назад

    thank you vbro really

  • @sofer-medias
    @sofer-medias 10 месяцев назад

    Thank you very much bro! You've killed it!!!!

  • @Toulouse-pt8vv
    @Toulouse-pt8vv 11 месяцев назад

    bonjour j’aurais besoin de vos conseil, comment puis-je faire sur adalo pour que sur une page sa m’affiche la durée en nombre de jour selon les 2 sélecteur de date d’une autre page exemple page 1 du 21/11/23 au 22/11/23 puis pour la page 2 sa m’afficherais du coup 1 jours dans l’attente de votre retour merci d’avance

  • @legotron369
    @legotron369 11 месяцев назад

    Hi Victor! Is it possible to toggle multiple collections at once? For example, not only color but also size ...etc.

  • @sr4p
    @sr4p 11 месяцев назад

    Thank you! This is an incredibly helpful video. Very well done!

  • @legotron369
    @legotron369 11 месяцев назад

    Hi Victor. Thanks for the guide. Could you please do the same but for conversations as well? Big thanks!

  • @arpanmandal4359
    @arpanmandal4359 11 месяцев назад

    After publishing this app to the Play Store, how will I upload the daily post (picture) update? Like - e commerce app, events app

    • @victorkuzmichev2443
      @victorkuzmichev2443 11 месяцев назад

      You can have a collection "Posts", and store pictures & texts there. And on some app page you can have a list of Posts, limited to 1 item and sorted "from newest to oldest". Then you'll have a latest post displayed. How to add pictures & texts is a different question: you can do it manually in Adalo builder, or you can build an admin interface for that. Just in case: your question isn't related to the subject of this video ;)

    • @arpanmandal4359
      @arpanmandal4359 11 месяцев назад

      @@victorkuzmichev2443 tq🌼

  • @GiacomoVerde-k9l
    @GiacomoVerde-k9l 11 месяцев назад

    Nice video, thank you!

  • @Novogod
    @Novogod Год назад

    Thank you!!!

  • @UglyUnicorns
    @UglyUnicorns Год назад

    Is there an action to make the timer reset itself and start back the countdown

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      Not directly. A workaround could be to "hide" and "show" timer using conditional visibility.

  • @池上瑛-e4z
    @池上瑛-e4z Год назад

    Do you know how to test adalo's QR code scanner with the free version? The camera won't start. What shall I do? i need your help

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      QR Code Scanner component from the marketplace works only in native apps. Unfortunately there is no way to test it in web version.

  • @kaplertv
    @kaplertv Год назад

    Can you do a video showing how to add RUclips API to my Adalo app please

  • @Craigjones29
    @Craigjones29 Год назад

    Thanks for the video. Can you set it so it shows who has the most votes at the top and others shift down that don't have as many votes? Thanks

  • @francoisehardy7122
    @francoisehardy7122 Год назад

    Hi Victor, I tried using your method but for some reason the countdown timer is only deleting one record in a list of records where Delete is true. Do you know why that is happening?

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      It seems that you've made some mistake in the setup, it's difficult to say where without having a look at your app. Try to recreate this countdown part in your app using video instruction.

  • @arpanmandal4359
    @arpanmandal4359 Год назад

    Love from India ♥️♥️

  • @arpanmandal4359
    @arpanmandal4359 Год назад

    How to make animation flush screen with own logo

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      For animations in Adalo you can try using animated gifs or Lottiefiles.

  • @Novogod
    @Novogod Год назад

    Thank you!!!

  • @plutostudio4131
    @plutostudio4131 Год назад

    Hi can you please explain more . I turn my image component into a list for the image carousel but the images are no more showing?

  • @JayMarkLemence
    @JayMarkLemence Год назад

    Your video is very informative 🎉❤

  • @JayMarkLemence
    @JayMarkLemence Год назад

    Can you make a tutorial video for 24hour reset view counter to image?

  • @Novogod
    @Novogod Год назад

    Does not work any more.

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      Dear Andrey, the solution works just fine on both Adalo 1.0 and Adalo 2.0 - I have just checked it. Please pay attention to my comments below the video and details mentioned in the forum thread to setup password reset. Especially pay attention to Collection Permissions for Users collection, you need to set Password permission correctly.

  • @sherkhonkhujaimamkhudjaev1096

    Hi, Victor thank you for your videos, it makes work with Adalo easier. I have a question for you I`m new in this application and I just start learing it. How to create an application without sing up page just login page for users, and login information for users we could provide as an Admins, thank you in advance.

  • @AsmaAlkalbani-f6z
    @AsmaAlkalbani-f6z Год назад

    what is the type of relationship between a post and a gallery?

  • @arkpandey5159
    @arkpandey5159 Год назад

    Hi Victor! Thanks for this tutorial. Do we have an option to calculate the time it took instead of the time remaining?

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      You can calculate the time it took, but you won't be able to display it in Countdown Timer :)

  • @TimmyLadScrap
    @TimmyLadScrap Год назад

    Victor, any way to implement this for group chat?

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      Yes, it should be possible. Maybe I'll create a video about that sometime :)

  • @youcollege9678
    @youcollege9678 Год назад

    Is it possible to do this same thing but considering a list of users instead of properties of a unique user? Or even better, a list of a relationship between user and events?

  • @genichallenge
    @genichallenge Год назад

    Thank you so much 🎉

  • @emilschaffroth6247
    @emilschaffroth6247 Год назад

    what do you mean by "There is nothing to toggle?" I'm not following why Toggle was not an option in this case and an imitation is required. 1:34 Also, is there a reason you did not create an action for unselecting the current color by clicking on the checkbox icon?

  • @DanTheLeprechaun
    @DanTheLeprechaun Год назад

    Hey man excellent compnent. It doesnt seem to be working anymore though? seems to crash my app on startup.

  • @markxrblx
    @markxrblx Год назад

    AMAZING! I know I'm sending this on a Roblox YT account but this video is overall amazing! This video just leads straight to the answer! Thanks so much Victor Kuzmichev! 🤩🥳👏😁😃😄😀

  • @ThanelV
    @ThanelV Год назад

    Do you have a video showing how you built his app?

  • @caroleb13
    @caroleb13 Год назад

    you deserve to be famous with your excellent tutorials. Thank you

  • @EdmundsBrencis
    @EdmundsBrencis Год назад

    When deleting a large number of entries (e.g. 150) from a database, the deletion is executed twice. Could it be that he first deletes from the memory and then from the database? But because the number of records is large, the database has not been able to respond and the list is renewed and a second deletion takes place.

    • @victorkuzmichev2443
      @victorkuzmichev2443 Год назад

      Well, first of all, it's not possible to delete the same item twice: if the item has been deleted, Adalo should return an error on the 2nd attempt. This could be seen in browser console. But nevertheless, I would NOT recommend using countdown timer for bulk operations with more than 5-10-15 entries; it doesn't work correctly in this case. The reason is it is executed on the client side, and if a browser/app tries to run, say, 150 executions at the SAME TIME (resulting in CPU and network load spike), there could be unexpected results. For bulk operations I'd recommend using something like Make (Integromat), N8N or similar platforms. I think I had a video about it somewhere, but don't remember where :)

    • @EdmundsBrencis
      @EdmundsBrencis Год назад

      @@victorkuzmichev2443 These are unnecessary chat posts that I try to delete when they are no longer relevant. But what if I just leave them there. If the database will grow daily by 10k records. Can Adalo handle so many data records? Won't the database become very slow?