Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d64f8bfe authored by Daniel Yu's avatar Daniel Yu
Browse files

docs: Add docs on OnboardingFragment

Add a dev guide for OnboardingFragment, used to show
information to a first-time user in an Android TV app.

Bug: 26488857
Change-Id: I91305bf4013090e84c8771206f1144d210c038db
parent 00f85a47
Loading
Loading
Loading
Loading
+66 KiB
Loading image diff...
+89.4 KiB
Loading image diff...
+295 KiB
Loading image diff...
+2 −0
Original line number Diff line number Diff line
@@ -695,6 +695,8 @@ toc:
        value: 再生中カードを表示する
    - title: Adding a Guided Step
      path: /training/tv/playback/guided-step.html
    - title: Introducing First-time Users to Your App
      path: /training/tv/playback/onboarding.html
    - title: Enabling Background Playback
      path: /training/tv/playback/options.html
    - title: Adding Picture-in-picture
+4 −0
Original line number Diff line number Diff line
@@ -69,6 +69,10 @@ startpage=true
    <dd>Learn how to use the Leanback support library to guide a user through a series of
    decisions.</dd>

  <dt><b><a href="onboarding.html">Introducing First-time Users to Your App</a></b></dt>
    <dd>Learn how to use the Leanback support library to show first-time users
    how to get the most out of your app.</dd>

  <dt><b><a href="options.html">Enabling Background Playback</a></b></dt>
    <dd>Learn how to continue playback when the user clicks on <strong>Home</strong>.</dd>
</dl>
Loading