Help in RecyclerView Extension

i create book reading app in which there are 114 lessons heading list and i have all lesson in csv file. i want to show specific lines of every lesson by clicking every lessons heading. how can i do this. i also used “For each number from” block but nothing. please help

i want to show 1 to 7 list by clicking lessons 1 heading. and when click lesson 2 i want to show 8 to 286 list. and so on.

1 Like

Show blocks and output pic

you can do this by proper Use of For each num from/to/by block…

Set block (for each num) like this

for 1 to 7

For each num from 1
For each to 7
For each num by 1

Then use select list item block

(Select list item) list > 286 item list
index > for each num variable

Now for 8 to 286

For each num from 8
For each to length of list (286)
For each num by 1

Then use select list item block

(Select list item) list > 286 item list
index > for each num variable

I was try this in dynamic component its working.
But in recyclerview extension i am not able to set the blocks.

com.dreamers.recyclerlist.aix

Can you make a test aia with this extension.
In which i want this
Button 1 clicked (show list postion 1 to 7 in labels )
Button 2 clicked ( show list position 8 to 286 in labels )
And so on

Is this your extension? Are you extension developer? You should not share direct download link to extension except yours… Instead show redirected link to that post…

either share your demo aia, or share us the blocks par that you tried so far

This extension is belongs too @zainulhassan Version1

I removed it… thank you…
Taifun

1 Like

I just share it because i want to show thst which extension i used in my app

Friend, you can share his post. No issue for that. It is another kodular hardwork so we should not post without his concern

Ok next time i will careful

BTW, did you check the above video?

Yes i want to this.
i have only 1 list veriable which contains 6300 lists of text.
And i have 114 lessons title
I don’t want to create 114 veriabls list and separate list in every variable . i want to show specific list from only one list veriable.
Can you share the blocks ? I will try

show us your (demo) csv list then…