Hi Coders… Please enlighten…
I want to create a view where the Card View Component created above the screen (not above the Vertical Scroll Arrangement) is divided into 2 columns.
As picture attached…
Hi _E_89
Thank you for your response and guidance.
You are great, but I’m sorry I’m a beginner so I still can’t understand the logic you describe.
Can you explain it in more detail to a dummy like me.
after declare a global variable for cardview id by joining the number variable and any text
what he has actually done that if the global number is divided by 2 then if the result is a not a complete integer (i.e 2.5, 4.5, etc) he determines it by implementing if the result contains a dot . means its not a complete integer then it will show it in arrangement 1 (F1_SLIDE)
else if result is a complete integer (2,4,5 etc) it will show in arrangement 2 (F2_SLIDE)
Hi Akshat…
Thanks for your detail explain…
Step 1 : I Have design my layout, like _E_89 said…
before going to step 2.
Is my step 1 (layout design) correct?
Oooh OK…
I will try to make a block according to your explanation and guidance from _E_89.
And I will share the results to get further directions. Thanks.