I have an object class named Orders and want to create a nested recycler view where items' Phone number and Date timestamp as their titles of the nested recyclerview to only display documents list stored by a particular phone number at a specific timestamp value respectively. What method should I use in java, particularly with respect to the child adapter, parent adapter, or activity in the main class?