conference-app-2019
conference-app-2019 copied to clipboard
Add share setting
Kind (Required)
- Proposal / Discussion
Overview (Required)
- Setting image is like this
Share Session Option
- [x] Session Title
- [x] Session URL(required?)
- [x] Event hashtag (
#droidkaigi
) - [x] Room Hashtag ( One of
hallA
,hallB
,room1
,...,room7
)
This helps share to twitter.
<session title> <session url> <hash tag>...
Full checked tweet(shared text) is below.
マルチモジュールなプロジェクトでテストはどう変わる? https://droidkaigi.jp/2019/timetable/70713 #droidkaigi #hallA
How to do this?
I think we can do it in this step.
You can use settings fragment.
- https://github.com/DroidKaigi/conference-app-2019/blob/master/feature/settings/src/main/java/io/github/droidkaigi/confsched2019/settings/ui/SettingsFragment.kt#L7
You can observe preference change. https://stackoverflow.com/a/38599470/4339442
Please create PreferenceActionCreator and PreferenceStore (singleton).
Please use PreferenceStore's field in SessionDetailFragment.
Links
- Thank you for suggestion @amay077 https://github.com/DroidKaigi/conference-app-2019/issues/474#issuecomment-454298879
I wanna try it.
@karyu5b-yuki Thank you for your response! I Assigned you 💪
@karyu5b-yuki How's your progress on this? Can we help with anything? 😄
Thank you for asking. I'm working on it. When is the deadline?
Version 1.0 deadline is today. 1.1 deadline is not desided. but before DroidKaigi
I'm really sorry not replying long time. I tried, but I couldn't finish this task because of my inadequacy. Again, I'm really sorry.
@takahirom I'm very sorry for the late submission.
I want to make it merge, but some problem occurred after PR. Could you check whether there are some problems in CI?