issues
search
rootstrap
/
android-base-compose
7
stars
2
forks
source link
Multi-module project refactor
#47
Closed
hrodrick
closed
1 year ago
hrodrick
commented
1 year ago
ISSUE[#34 ]
closes #34
Description
Implemented the multi-module refactor we discussed before to deprecate the sample-app branch.
Renamed MainActivity to AppActivity to better follow the Single Activity pattern.
Remove hardcoded library versions and updated some libraries due to conflicting versions.
Removed unused dependencies on various modules.
The contents of the SampleApp are within the example module. So this PR includes all that was made there.
The real App (the one not in the example module) doesn't have any UI but I left a
TODO: Your UI starts here
comment on the AppActivity.
Notes
I didn't moved the tv module to the example package to avoid conflicts with the current developments. But we can move it later easily.
Screenshots
Project:
Run configuration
ISSUE[#34 ]
closes #34
Description
The real App (the one not in the example module) doesn't have any UI but I left a
TODO: Your UI starts here
comment on the AppActivity.Notes
Screenshots