damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
76 stars 4 forks source link

Refactors the tab activities into fragments #397

Closed damontecres closed 2 weeks ago

damontecres commented 2 weeks ago

Refactors the five activities that were using TabbedGridFragmentActivity to use TabbedFragment in a new activity (DataTypeActivity) instead.

This is a step towards a single-activity only and using the native android navigation controller/graph instead.