An indoor navigation application for Bilkent University, which includes 5 extra features. (for Android)
This project is created as an Algorithms & Programming II (CS102) project in 2019.
The main target of this project is creating an indoor navigation for Bilkent University buildings. Currently, navigation option contains only one building in Bilkent University.
This applicaiton also includes extra 5 features that can ease campus life. All features work smootly.
0. Indoor Navigation.
1. Find closest vending machine.
2. Detailed maps of the buildings.
3. Ring schedule.
4. Markets and Cafeterias in Bilkent university with working hours and phone numbers.
5. Map that shows the places where smoking is allowed in main campus.
The current version of this project works by communicating with user to detect the instant location of the user. However, it is possible to change it with a different positioning that can detect current floor and position of the user. We used sensors to find the current floor and GPS to find the location. It worked smootly. Some code blocks that can be used for this purpose can be found in repository. However, this part should be developped so it is not included to the current version.
Copyright (C) 2020 Ufuk Palpas
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.