Monday, June 2, 2014

Bookmarks Process

Placing bookmarks is one of the main functions in our application. Mainly there are two parts,
  1. Add bookmarks 
  2. Retrieve bookmarks
The user can swipe Upright screen (figure 1) and a bookmark will be added to that relevant book. The book Title, Chapter and the Time Duration will be saved in SQLite database.
 
 Figure 1

To retrieve those bookmarks in home page there is a bookmarks button, it navigates to the bookmarks page. Bookmarks will be showed in a list (Figure 2) and user can select one of those and it will be automatically played the book.

Figure 2



No comments:

Post a Comment