I built the core functionality of my inspection module, However, when i am trying to present the data i found confusion in the way Glide drive the different screens, at least for me for the time being.
it is taking me from detail screen to different detail screen then more detail screens.
i have the following tables:
User
inspection request “Parent”
inspection Rev “Child”
Reply
I really need help on that matter. i spent an hour now trying to explain, wiring and deleting what i wrote, then writing and deleting, then failed.
i really don’t know how to describe that.
i designed the main screen to pull data from the inspection table, then designed the detail screen to have a collection of child table. till that point, it works fine.
Then at User table, i created a series of relation columns (match all) to pull the related inspection from inspection table, Revision table and Reply table respectively. I presented Those dats in collections, the magic happened when i start clicking on the items of that collection, it leads to entirely different screen detail even the forms associated with the buttons located in that detail screen are opening different forms.
i think i need help at this point. the project almost functioning really well, but the UI.
Thank you if you are able to help me on that, much appreciated and considered.