Conversation
razorblade23
left a comment
There was a problem hiding this comment.
I am not good with android programming, but i do know that this is a step forward.
This is what is reccomend as a Android developer.
I would only suggest one change...
Dont call the oldui or newui but ui_v1 and ui_v2
That is a bit more self explanatory, as you can now have more "versions" of UI and maybe even give users option to change it (in some distant future)
Didn't think of that earlier, I have think/made the and once I have seen this type of things in GitHub & Leetcode and from thier i have drown the idea of preview ui. |
|
but yup!! your idea is nice and good.. maybe after sometime when new ui is stable we can have also old ui... that user can turn on... I think this type of version switch is necessary and feasible.. because there might elder people, I mean non younger how might have difficult in navigate new ui of android.. so yup a really good idea @razorblade23... what are your suggestion or thought? |
Changes Made
Breaking Changes
Notes
basically, setup the dependency of project for future. so that in upcoming pr's project can be migrated to jetpack compose and clean architecture. under issue #42