«Козырная карта»


  Presentation for bada mobile
  application
Оглавление


1   General description

2   Technical details
General description

                        Key functions:
Information about restaurant   Latest news     Nearby restaurants
and booking                    and discounts
Technical details

Core functionality based on parsing XML.
Application sends HTTP-GET request and receive XML as response.
Example of response:




All manipulations with response are made with built-in bada XML tools.
Search through XML made using XPath methods.
Technical details

There are 3 types of forms in application:
• Main form. It’s content changes due to selected tab.
• WebView form. Used for discounts screen and for map.
• Article form. Form with CustomList, which also has 3 different sets of
item formats due to content.
   1.Restaurant view           2.News view             3.Event view

Козырная карта

  • 1.
    «Козырная карта» Presentation for bada mobile application
  • 2.
    Оглавление 1 General description 2 Technical details
  • 3.
    General description Key functions: Information about restaurant Latest news Nearby restaurants and booking and discounts
  • 4.
    Technical details Core functionalitybased on parsing XML. Application sends HTTP-GET request and receive XML as response. Example of response: All manipulations with response are made with built-in bada XML tools. Search through XML made using XPath methods.
  • 5.
    Technical details There are3 types of forms in application: • Main form. It’s content changes due to selected tab. • WebView form. Used for discounts screen and for map. • Article form. Form with CustomList, which also has 3 different sets of item formats due to content. 1.Restaurant view 2.News view 3.Event view