Top Banner
«Козырная карта» Presentation for bada mobile application
5

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

Apr 10, 2017

Download

Technology

crazytheman
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Козырная карта

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

Presentation for bada mobile application

Page 2: Козырная карта

Оглавление

1 General description

2 Technical details

Page 3: Козырная карта

General description

Key functions:Information about restaurantand booking

Latest news and discounts

Nearby restaurants

Page 4: Козырная карта

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.

Page 5: Козырная карта

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 ofitem formats due to content.

1.Restaurant view 3.Event view2.News view