The project consists of several parts,
- Parsing json file with businesses and a mark on the map
{
"name":"к-т Мир", //name of company
"posx":"48.5281472",
"posy":"35.8714028",
"description":"ул. Днепровская, 77", //description of company
"type":"dk" //type of company, this variable is used to define a marker
},
- Parsing json file with enterprise descriptions.
{
"description":"Городской культурно-досуговый центр “Мир” → ул.Карла Маркса, 61.",
"time":"График работы - с 10:00 до 20:00",
"num":"6-04-42"
},
- Parsing json file with with event descriptions.
{
"EventName":"ПРОСНИСЬ И ПОЙ!",
"Date":"24.06.2017",
"Time":"18:00",
"Description":"Постановка ПРОСНИСЬ и ПОЙ",
"Price":"50грн"
},
Latest version apk