Let me tell you briefly, I’m new to Kodular. My idea with this app is that on screen 1 there’s a login and password (no problem up to this point).
When I want to create a product (image, product name, price, and available quantity) with the dynamic components, when I press the floating + button in the app, I get the following error:
" couldn’t invoke: attempt to invoke virtual method ‘java.lang.class java.lang.reflect.method.getparametertypes()’ on a null object reference "
And it doesn’t add anything directly. It’s worth clarifying that pressing the + button should appear to add a photo from the gallery, add a title, enter the price, and the available quantity, but it doesn’t do anything, just throws me that error.
I should clarify that it’s not yet connected to firebase_database.
Because this is the admin app where the products would be uploaded. Then I’ll create the user app where those products would be displayed.
If anyone has the time and wants to help, I’d really appreciate it. I’ll pass on the AIA if necessary. I’ll leave a screenshot of the blocks. I clarify that in the design I only have the vertical scroll, piker image, fab_add, and dynamic components.
You have used name {id}, price {id} and stock {id} and whose id also not properly set but that is not found anywhere. I hope that should be yoir textbox id and it should created either in horizontal arrangement {id} or vertical arrangement {id}
Make sure with that. Due to this, it throws that get parameter type on null
I also gave you that suggestion in the image. Just swap the id i have shown in the image amd try
In three places you need to swap the component id. That alone seems to be enough
While copy paste the id you may did mistake amd morever you did exactly for the text boxes and didnt have this logical error with anyother dynamic components
Forgive my ignorance, and I don’t want to upset you, but I’ve already seen the image and the arrows. I need to know what to change and where. I promise not to bother you anymore. Because from what I understand from your arrows, I changed the Getglobal ProductID to the same Getglobal ProductID.
I have spotted these things from your shared image only man. I have not added any (scrolldown to last, you will fimd it) and this 35% will not work. Use onli integer values
I use ChatGPT’s pro version to support me. I complete the syntax and send him the photo, and he corrects it for me, but I see that it’s not helping at all. At first, he made a lot of corrections, but lately, he’s been going crazy.