Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

    Android Client Store: This part will be made of

  •   The store UI screens

Wiki Markup            *    Store Home page which will include a search form and buttons driving to:             \[X\]                 *    Catalog categories page;                 *    Products list page - (This page should will show up after a category has been selected, or after a product search submission);                     Items will be displayed in a listView using a simpleAdaptor to re-arrange the item's attribute that are to be displayed. Items quantity can be typed in from the list.                 *    Product details page: displays all possible details about the product;                 *    Shopping cart page: Displays selected items, and the total.             \[/X\]             and                 \*    Preferences page;                          I intend to assemble \[X/\] pages  under a same TabActivity, for a practical switch between them. Any other proposal surely will be welcomed and discussed.             *    Store Home page which will include a search form and buttons driving to:
            [X]
                *    Catalog categories page;
                *    Products list page - (This page should will show up after a category has been selected, or after a product search submission);
                    Items will be displayed in a listView using a simpleAdaptor to re-arrange the item's attribute that are to be displayed. Items quantity can be typed in from the list.
                *    Product details page: displays all possible details about the product;
                *    Shopping cart page: Displays selected items, and the total.
            [/X]
            and
                *    Preferences page;
            
            I intend to assemble [X/] pages  under a same TabActivity, for a practical switch between them. Any other proposal surely will be welcomed and discussed. 

UI prototype proposal adapted to the current version of the store catalog items attributes (Name - price) below.

...