greetings to all of you,
I am building an android apps for tuition center management for my final year project using apperyio. i've got some problem with displaying the data from the database into labels. i have successfully mapped the first collections value/data into the label, but the second collection need to be checked for its userid which is same id as in the first collection. else it gives me wrong value.
see the picture here :-
My Database collections
First collection :
Second Collection:-
The way i map it :-
and here is the part where i am stuck :-
here is my android testing output