Hello
I have reached a point in my app where i need to populate a list with shows data from 2 tables in a one to many relation. Table Profile contains the fields (profileName, profileId) and the talbe ClubMember contains the fields (clubMemberrId, profileId, clubId). How should I create a loader that shows the profileName for all the clubMembers?
Hello
I have reached a point in my app where i need to populate a list with shows data from 2 tables in a one to many relation. Table Profile contains the fields (profileName, profileId) and the talbe ClubMember contains the fields (clubMemberrId, profileId, clubId). How should I create a loader that shows the profileName for all the clubMembers?