Hello,
Let’s say I have a table of a Workplace, which holds a List of Employee. I use the “one-step” approach to fetch them. Now, If I have a particular Workplace, and I want to retrieve a sorted list (by “firstname”, for example) of it’s Employees, What is the best way doing so?
Android - Java
Thank you.