Hello everyone I have a grid layout where the user can add folders to that and when a user clicks on a folder it will take him to a brand new empty grid layout where he can do the same (create folders etc) I was able to achieve the logic part using kotlin tree data structure but for the UI part, I am still confused on how to achieve it. any ideas?