h3xb0y / Eventer

android application for tracking events using json, custom google map and sql database

Home Page:http://eventer.comxa.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Eventer!

Build status: Build Status
Code style: Codacy Badge

The project consists of several parts,

  1. 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
},
  1. Parsing json file with enterprise descriptions.
{
      "description":"Городской культурно-досуговый центр “Мир” → ул.Карла Маркса, 61.",
      "time":"График работы - с 10:00 до 20:00",
      "num":"6-04-42"
},
  1. Parsing json file with with event descriptions.
       {
            "EventName":"ПРОСНИСЬ И ПОЙ!",
            "Date":"24.06.2017",
	        "Time":"18:00",
            "Description":"Постановка ПРОСНИСЬ и ПОЙ",
            "Price":"50грн"
            
},

Latest version apk

GitHub followers GitHub stars

Twitter URL Twitter Follow

Work algorithm

Screenshot

About

android application for tracking events using json, custom google map and sql database

http://eventer.comxa.com/


Languages

Language:Java 66.6%Language:CSS 14.2%Language:HTML 7.1%Language:PHP 6.2%Language:JavaScript 5.9%