Open markusressel opened 5 years ago
Manual handling of navigation should be replaced by the Android Architecture Component "Navigation".
DetailActivityBase must be migrated to Fragment. They can then be linked with list items per Navigation library and animations with a shared element should be possible by using the id as seen here:
DetailActivityBase
Fragment
https://github.com/florent37/MaterialViewPager/blob/master/materialviewpager/src/main/res/layout/material_view_pager_pagertitlestrip_standard.xml
Manual handling of navigation should be replaced by the Android Architecture Component "Navigation".