In my database there are 3 buckets.
Under each bucket 2 tags.
Under each tag there are 7 data entries- 1st entry is- image link, 2nd- text for label1… to 6th- text for label6.
I want this data from each tag in image and 6 labels (image in image component, text for labels in 6 labels)
Now, when i select 1st tag from ListView, i want all data available under that tag index wise in image, label1, label2, label3, label4, label5 and label6 respectively.
But i am not getting data from that tag in labels…
Default image and text is showing.
I think your problem is that your are calling “get. tag list” and immediately you call “get value”. and i dont remember but it has a little delay i think.