EventApp or Şehir Etkinlikleri is a mobile application which provides all events in your city. It is currently available only for Ankara, Turkey, but later who knows. Full version of this application can be found in here.
This version is an proof of concept of original one which is developed by using V-Play Engine with Qt 5.10.1 Framework. In order to demonstrate coding skills and documentation abilities:
- Most of qml items are converted to V-Play items such as Flickable -> AppFlickable, SwipeView -> Navigation and StackView -> NavigationStack
- The documentation is created by using QDoc. Documentation procedure is learnt from Collusions Game and QtNotifier
In this section project structure and UI design strategy are given.
- assets
- images ( *.png, *.jpg)
- source ( *.cpp, *.h)
- main.cpp
- MainController.cpp
- communication
- data
- modelcontrollers
- qml ( *.qml)
- docs (*.qdoc, *.qdocconf, *.css , *.html)
File informations and it's list are given in Section C++ files.
For more information please visit the link