conference-app-2023
conference-app-2023 copied to clipboard
[Android] Add title for the license screen
Idea Description
Replace to suitable title for the OSS license screen.
Difficulty
Currently, app-android
module not yet setup the String resources management system which using StringsBindings
.
For this situation, you have to do following items.
- Setup with
StringsBindings
atapp-android
module - Call
OssLicensesMenuActivity.setActivityTitle
with added string
You can refer Official documents as well
Reference images and links
There is AppStrings class so we can utilize it 🙏
Sorry, I want to try this issue 🙇
Thanks!
I'd like to confirm the dead line of this task. Is there any strict deadline? If no, I'd like to try some of improvements with this issue.
Such as (I will reduce the item which low priority maybe
- Move to own feature module (I won't expand the app module)
- Fix plugin name by PR review on previous PR 🙇
- Make screen by Jetpack compose inspired by this blog post
- Optimize for the foldable devices