I am working on a project, where there is an overview of all created trips by the user. When the user clicks on a cardview (trip information), I want to navigate to a Fragment with additional information about that particular tripenter code here. I would like to make use of Transitions (Android Material Design Transitions). I currently use a MainActivity, based on the Fragment tag I inflate the Fragments. In the HomePageFragment there is a RecyclerView with a LinearLayoutManager. In this RecyclerView I then inflate my layout_xml called layout_travel_item, with brief info about the trip. The clicks are registered using an Adapter class. Thanks in advance!!!
Kotlin File HomePageFragment
Shared Element Transition using fragments Android
2.1m questions
2.1m answers
60 comments
57.0k users