Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

記事画面でActionBarに記事名を表示しましょう #31

Open
ymnder opened this issue Jan 27, 2019 · 1 comment
Open

記事画面でActionBarに記事名を表示しましょう #31

ymnder opened this issue Jan 27, 2019 · 1 comment

Comments

@ymnder
Copy link
Contributor

ymnder commented Jan 27, 2019

記事画面のActionBarにアプリ名が表示されています。これを記事のタイトルが表示されるようにしましょう。

@ymnder
Copy link
Contributor Author

ymnder commented Jan 27, 2019

記事画面のActionBarの部分を書き換えていきます。
https://developer.android.com/training/appbar/?hl=ja

記事画面を表示しているのはStoryActivityです。

step1: ActionBarのタイトルを固定値で書き換えます
https://developer.android.com/reference/android/app/Activity

ドキュメントを読むと、Activity#setTitleというメソッドがあります。
onCreateのところで、このメソッドを呼び出すことで、タイトルを変更できるか試してみます。

step2: 任意のタイトルで書き換えます。
onCreateを見ると、jsonをparseしている箇所があり、itemという変数に代入しています。
この変数の持つ値をセットすると、記事に応じたタイトルを表示できます。

wada811 added a commit to wada811/codelabs-challenge-app-2019 that referenced this issue Feb 8, 2019
wada811 added a commit to wada811/codelabs-challenge-app-2019 that referenced this issue Feb 8, 2019
…bar-in-detail

DroidKaigi#31 記事画面でActionBarに記事名を表示しましょう
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants