We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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にアプリ名が表示されています。これを記事のタイトルが表示されるようにしましょう。
The text was updated successfully, but these errors were encountered:
記事画面の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という変数に代入しています。 この変数の持つ値をセットすると、記事に応じたタイトルを表示できます。
Sorry, something went wrong.
DroidKaigi#31 記事画面でActionBarに記事名を表示しましょう
e4cbe9f
Merge pull request #6 from wada811/feature/show-article-title-on-app-…
c500e16
…bar-in-detail DroidKaigi#31 記事画面でActionBarに記事名を表示しましょう
No branches or pull requests
記事画面のActionBarにアプリ名が表示されています。これを記事のタイトルが表示されるようにしましょう。
The text was updated successfully, but these errors were encountered: