Events, details and map Android App

A mobile app for your event (trade show, convention, meeting, festival, etc) can be useful with event list, event details and their positions on the map.

How to change address info to date info in home list?
Open EventsListAdapter.java inside eventsdetailsmap package in the Android studio project. Replace line 69 from subtitle.setText(values.get(position).g...
Sun, 28 Feb, 2016 at 6:01 PM
How to change address info to date info in map view?
Open MapFragment.java inside eventsdetailsmap package in the Android studio project.  Replace line 163 from .snippet(events.get(i).getAddress().trim())...
Sun, 28 Feb, 2016 at 6:04 PM
How to set time step from 60 minutes to 30 minutes in the admin panel?
Open create_poi.php and edit_poi.php in the views/pois admin panel folder. Replace lines 108-109 from: $('#start_date_time').datetimepicker(); ...
Sun, 28 Feb, 2016 at 6:05 PM
There is an "auto-unpublish" feature for expired events?
No, there is not auto-unpublishing option. We suggest to edit models/Pois_model.php and controllers/Pois.php to return to app only not-expired events. So,...
Sun, 28 Feb, 2016 at 6:08 PM