Hi,
example: Let's say I have appState with values {'Pop','Rock','Blues','Metal'} this is category_names(can be id's it does'n matter) for the playlists. And i have created MANUAL query's where i am filtering playlists by category_names.
Pop - display only playlist with category_names == Pop
Rock - display only playlist with category_names == Rock
and etc.
HOW to create them dynamic? I mean maybe check item count in appState and somehow generate same amount of the containers with basic query's + add different values to each to filter?
I just need directions.
Thx