Page MenuHomePhabricator

Simple Guided Tour of the App for new users
Closed, ResolvedPublicFeature

Description

To explain usage of the app, we can create a small tour for first time users.

In Home Screen, we can add popups to show the three filtering options at top right. Switch Language, Sort Books, and Search function.

We can then show a popup to select a book from the list. After that, we can show the category screen, Library, and Settings.

There should be also an option to skip in each step.

The Myne app has some tours for reference: https://github.com/Pool-Of-Tears/Myne/

Event Timeline

I have implemented the guided tour in Home Screen, showing the language filter, book sort and search. also added the navigations.

https://github.com/cis-india/Wikisource-Reader/pull/83

Can we have separate strings for each screen instead of a common template? This will allow us to customise the messages. Like "Library Section: Find all your books here. You can Read, Share, or Delete them."

<string name="tap_target_screen_title">%1$s screen</string>
<string name="tap_target_screen_description">Navigate to %1$s screen</string>